Html Css Color HEX #AFD2E7 Sail

📋 copy color: '#AFD2E7'

red 175 ◦ green 210 ◦ blue 231

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

Shades of Sail #AFD2E7

Tints of Sail #AFD2E7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.09%

 BLUE value IS 231 (90.63% from 255) = 37.5%

R = 28.41%
G = 34.09%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFD2E7 (or 0xAFD2E7) is known color: Sail. HEX triplet: AF, D2 and E7. RGB value is (175,210,231). Sum of RGB (Red+Green+Blue) = 175+210+231=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFD2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2E7 is #502D18. Grayscale: #C9C9C9. Windows color (decimal): -5254425 or 15192751. OLE color: 15192751.

HSL color Cylindrical-coordinate representation of color #AFD2E7: hue angle of 202.5º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFD2E7 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 210 231 -
CMYK 0.24 0.09 0 0.09
HSL 202.5º 0.54% 0.8% -
HSV(B) 202.5º 0.24% 0.91% -
XYZ 55.15 60.98 84.46 -
YUV 201.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 175 210 231 0.24 0.09 0 0.09 202.5 0.54 0.8
Hex AF D2 E7 18 9 0 9 CA 36 50
Octal 257 322 347 30 11 0 11 312 66 120
Binary 10101111 11010010 11100111 11000 1001 0 1001 11001010 110110 1010000

Color Harmonies of #AFD2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD2E7

Black with #AFD2E7

Text Example


Text Example

White with #AFD2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD2E7; }

 p { color: rgb(175,210,231); }

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

background-color css

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

 a { background-color: rgb(175,210,231); }

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

border-color css

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

 span { border-color: rgb(175,210,231); }

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