Html Css Color HEX #A3CFEC Sail

📋 copy color: '#A3CFEC'

red 163 ◦ green 207 ◦ blue 236

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

Shades of Sail #A3CFEC

Tints of Sail #A3CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.94%

R = 26.9%
G = 34.16%
B = 38.94%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A3CFEC (or 0xA3CFEC) is known color: Sail. HEX triplet: A3, CF and EC. RGB value is (163,207,236). Sum of RGB (Red+Green+Blue) = 163+207+236=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CFEC is #5C3013. Grayscale: #C4C4C4. Windows color (decimal): -6041620 or 15519651. OLE color: 15519651.

HSL color Cylindrical-coordinate representation of color #A3CFEC: hue angle of 203.84º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3CFEC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 207 236 -
CMYK 0.31 0.12 0 0.07
HSL 203.84º 0.66% 0.78% -
HSV(B) 203.84º 0.31% 0.93% -
XYZ 52.56 58.47 87.87 -
YUV 197.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 163 207 236 0.31 0.12 0 0.07 203.84 0.66 0.78
Hex A3 CF EC 1F C 0 7 CC 42 4E
Octal 243 317 354 37 14 0 7 314 102 116
Binary 10100011 11001111 11101100 11111 1100 0 111 11001100 1000010 1001110

Color Harmonies of #A3CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CFEC

Black with #A3CFEC

Text Example


Text Example

White with #A3CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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