Html Css Color HEX #AFD0E5 Sail

📋 copy color: '#AFD0E5'

red 175 ◦ green 208 ◦ blue 229

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

Shades of Sail #AFD0E5

Tints of Sail #AFD0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 28.59%
G = 33.99%
B = 37.42%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFD0E5 (or 0xAFD0E5) is known color: Sail. HEX triplet: AF, D0 and E5. RGB value is (175,208,229). Sum of RGB (Red+Green+Blue) = 175+208+229=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFD0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0E5 is #502F1A. Grayscale: #C8C8C8. Windows color (decimal): -5254939 or 15061167. OLE color: 15061167.

HSL color Cylindrical-coordinate representation of color #AFD0E5: hue angle of 203.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD0E5 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 208 229 -
CMYK 0.24 0.09 0 0.10
HSL 203.33º 0.51% 0.79% -
HSV(B) 203.33º 0.24% 0.9% -
XYZ 54.38 59.88 82.82 -
YUV 200.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 175 208 229 0.24 0.09 0 0.10 203.33 0.51 0.79
Hex AF D0 E5 18 9 0 A CB 33 4F
Octal 257 320 345 30 11 0 12 313 63 117
Binary 10101111 11010000 11100101 11000 1001 0 1010 11001011 110011 1001111

Color Harmonies of #AFD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0E5

Black with #AFD0E5

Text Example


Text Example

White with #AFD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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