Html Css Color HEX #A3CFEE Sail

📋 copy color: '#A3CFEE'

red 163 ◦ green 207 ◦ blue 238

#A3CFEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #A3CFEE

Tints of Sail #A3CFEE

RGB

 RED value IS 163 (64.06% from 255) = 26.81%

 GREEN value IS 207 (81.25% from 255) = 34.05%

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 26.81%
G = 34.05%
B = 39.14%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A3CFEE (or 0xA3CFEE) is known color: Sail. HEX triplet: A3, CF and EE. RGB value is (163,207,238). Sum of RGB (Red+Green+Blue) = 163+207+238=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CFEE is #5C3011. Grayscale: #C5C5C5. Windows color (decimal): -6041618 or 15650723. OLE color: 15650723.

HSL color Cylindrical-coordinate representation of color #A3CFEE: hue angle of 204.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3CFEE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 207 238 -
CMYK 0.32 0.13 0 0.07
HSL 204.8º 0.69% 0.79% -
HSV(B) 204.8º 0.32% 0.93% -
XYZ 52.85 58.59 89.41 -
YUV 197.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 163 207 238 0.32 0.13 0 0.07 204.8 0.69 0.79
Hex A3 CF EE 20 D 0 7 CD 45 4F
Octal 243 317 356 40 15 0 7 315 105 117
Binary 10100011 11001111 11101110 100000 1101 0 111 11001101 1000101 1001111

Color Harmonies of #A3CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CFEE

Black with #A3CFEE

Text Example


Text Example

White with #A3CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CFEE; }

 p { color: rgb(163,207,238); }

 H1.HeaderClassName
 {
   color: #A3CFEE;
 }
 .AnyTagClassName
 {
   color: #A3CFEE;
 }
</style>

background-color css

<style>
 a { background-color: #A3CFEE; }

 a { background-color: rgb(163,207,238); }

 div.DivClassName
 {
   background-color: #A3CFEE;
 }
 .BgClassName
 {
   background-color: #A3CFEE;
 }
</style>

border-color css

<style>
 span { border-color: #A3CFEE; }

 span { border-color: rgb(163,207,238); }

 td.TdClassName
 {
   border-color: #A3CFEE;
 }
 .TagClassName
 {
   border-color: #A3CFEE;
 }
</style>