Html Css Color HEX #AFD1E6 Sail

📋 copy color: '#AFD1E6'

red 175 ◦ green 209 ◦ blue 230

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

Shades of Sail #AFD1E6

Tints of Sail #AFD1E6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.04%

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

R = 28.5%
G = 34.04%
B = 37.46%

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

#AFD1E6 (or 0xAFD1E6) is known color: Sail. HEX triplet: AF, D1 and E6. RGB value is (175,209,230). Sum of RGB (Red+Green+Blue) = 175+209+230=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFD1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD1E6 is #502E19. Grayscale: #C9C9C9. Windows color (decimal): -5254682 or 15126959. OLE color: 15126959.

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

Color convert

RGB 175 209 230 -
CMYK 0.24 0.09 0 0.10
HSL 202.91º 0.52% 0.79% -
HSV(B) 202.91º 0.24% 0.9% -
XYZ 54.76 60.43 83.64 -
YUV 201.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 175 209 230 0.24 0.09 0 0.10 202.91 0.52 0.79
Hex AF D1 E6 18 9 0 A CB 34 4F
Octal 257 321 346 30 11 0 12 313 64 117
Binary 10101111 11010001 11100110 11000 1001 0 1010 11001011 110100 1001111

Color Harmonies of #AFD1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1E6

Black with #AFD1E6

Text Example


Text Example

White with #AFD1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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