Html Css Color HEX #AFD1E7 Sail

📋 copy color: '#AFD1E7'

red 175 ◦ green 209 ◦ blue 231

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

Shades of Sail #AFD1E7

Tints of Sail #AFD1E7

RGB

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

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

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

R = 28.46%
G = 33.98%
B = 37.56%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFD1E7 (or 0xAFD1E7) is known color: Sail. HEX triplet: AF, D1 and E7. RGB value is (175,209,231). Sum of RGB (Red+Green+Blue) = 175+209+231=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFD1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD1E7 is #502E18. Grayscale: #C9C9C9. Windows color (decimal): -5254681 or 15192495. OLE color: 15192495.

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

Color convert

RGB 175 209 231 -
CMYK 0.24 0.10 0 0.09
HSL 203.57º 0.54% 0.8% -
HSV(B) 203.57º 0.24% 0.91% -
XYZ 54.9 60.48 84.38 -
YUV 201.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 175 209 231 0.24 0.10 0 0.09 203.57 0.54 0.8
Hex AF D1 E7 18 A 0 9 CC 36 50
Octal 257 321 347 30 12 0 11 314 66 120
Binary 10101111 11010001 11100111 11000 1010 0 1001 11001100 110110 1010000

Color Harmonies of #AFD1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD1E7

Black with #AFD1E7

Text Example


Text Example

White with #AFD1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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