Html Css Color HEX #AFD0E4 Sail

📋 copy color: '#AFD0E4'

red 175 ◦ green 208 ◦ blue 228

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

Shades of Sail #AFD0E4

Tints of Sail #AFD0E4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

 BLUE value IS 228 (89.45% from 255) = 37.32%

R = 28.64%
G = 34.04%
B = 37.32%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFD0E4 (or 0xAFD0E4) is known color: Sail. HEX triplet: AF, D0 and E4. RGB value is (175,208,228). Sum of RGB (Red+Green+Blue) = 175+208+228=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFD0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0E4 is #502F1B. Grayscale: #C8C8C8. Windows color (decimal): -5254940 or 14995631. OLE color: 14995631.

HSL color Cylindrical-coordinate representation of color #AFD0E4: hue angle of 202.64º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFD0E4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 208 228 -
CMYK 0.23 0.09 0 0.11
HSL 202.64º 0.5% 0.79% -
HSV(B) 202.64º 0.23% 0.89% -
XYZ 54.24 59.83 82.09 -
YUV 200.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 175 208 228 0.23 0.09 0 0.11 202.64 0.5 0.79
Hex AF D0 E4 17 9 0 B CB 32 4F
Octal 257 320 344 27 11 0 13 313 62 117
Binary 10101111 11010000 11100100 10111 1001 0 1011 11001011 110010 1001111

Color Harmonies of #AFD0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0E4

Black with #AFD0E4

Text Example


Text Example

White with #AFD0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0E4; }

 p { color: rgb(175,208,228); }

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

background-color css

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

 a { background-color: rgb(175,208,228); }

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

border-color css

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

 span { border-color: rgb(175,208,228); }

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