Html Css Color HEX #AFD4EC Sail

📋 copy color: '#AFD4EC'

red 175 ◦ green 212 ◦ blue 236

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

Shades of Sail #AFD4EC

Tints of Sail #AFD4EC

RGB

 RED value IS 175 (68.75% from 255) = 28.09%

 GREEN value IS 212 (83.2% from 255) = 34.03%

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

R = 28.09%
G = 34.03%
B = 37.88%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFD4EC (or 0xAFD4EC) is known color: Sail. HEX triplet: AF, D4 and EC. RGB value is (175,212,236). Sum of RGB (Red+Green+Blue) = 175+212+236=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4EC is #502B13. Grayscale: #CBCBCB. Windows color (decimal): -5253908 or 15520943. OLE color: 15520943.

HSL color Cylindrical-coordinate representation of color #AFD4EC: hue angle of 203.61º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFD4EC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 212 236 -
CMYK 0.26 0.10 0 0.07
HSL 203.61º 0.62% 0.81% -
HSV(B) 203.61º 0.26% 0.93% -
XYZ 56.36 62.26 88.4 -
YUV 203.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 175 212 236 0.26 0.10 0 0.07 203.61 0.62 0.81
Hex AF D4 EC 1A A 0 7 CC 3E 51
Octal 257 324 354 32 12 0 7 314 76 121
Binary 10101111 11010100 11101100 11010 1010 0 111 11001100 111110 1010001

Color Harmonies of #AFD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD4EC

Black with #AFD4EC

Text Example


Text Example

White with #AFD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD4EC; }

 p { color: rgb(175,212,236); }

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

background-color css

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

 a { background-color: rgb(175,212,236); }

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

border-color css

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

 span { border-color: rgb(175,212,236); }

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