Html Css Color HEX #AFD0E6 Sail

📋 copy color: '#AFD0E6'

red 175 ◦ green 208 ◦ blue 230

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

Shades of Sail #AFD0E6

Tints of Sail #AFD0E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.52%

R = 28.55%
G = 33.93%
B = 37.52%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFD0E6 (or 0xAFD0E6) is known color: Sail. HEX triplet: AF, D0 and E6. RGB value is (175,208,230). Sum of RGB (Red+Green+Blue) = 175+208+230=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD0E6 is #502F19. Grayscale: #C8C8C8. Windows color (decimal): -5254938 or 15126703. OLE color: 15126703.

HSL color Cylindrical-coordinate representation of color #AFD0E6: hue angle of 204º degrees, saturation: 0.52, 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 #AFD0E6 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 208 230 -
CMYK 0.24 0.10 0 0.10
HSL 204º 0.52% 0.79% -
HSV(B) 204º 0.24% 0.9% -
XYZ 54.52 59.94 83.56 -
YUV 200.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 175 208 230 0.24 0.10 0 0.10 204 0.52 0.79
Hex AF D0 E6 18 A 0 A CC 34 4F
Octal 257 320 346 30 12 0 12 314 64 117
Binary 10101111 11010000 11100110 11000 1010 0 1010 11001100 110100 1001111

Color Harmonies of #AFD0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0E6

Black with #AFD0E6

Text Example


Text Example

White with #AFD0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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