Html Css Color HEX #AFD3EA Sail

📋 copy color: '#AFD3EA'

red 175 ◦ green 211 ◦ blue 234

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

Shades of Sail #AFD3EA

Tints of Sail #AFD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.03%

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 28.23%
G = 34.03%
B = 37.74%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFD3EA (or 0xAFD3EA) is known color: Sail. HEX triplet: AF, D3 and EA. RGB value is (175,211,234). Sum of RGB (Red+Green+Blue) = 175+211+234=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD3EA is #502C15. Grayscale: #CACACA. Windows color (decimal): -5254166 or 15389615. OLE color: 15389615.

HSL color Cylindrical-coordinate representation of color #AFD3EA: hue angle of 203.39º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD3EA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 211 234 -
CMYK 0.25 0.10 0 0.08
HSL 203.39º 0.58% 0.8% -
HSV(B) 203.39º 0.25% 0.92% -
XYZ 55.82 61.64 86.8 -
YUV 202.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 175 211 234 0.25 0.10 0 0.08 203.39 0.58 0.8
Hex AF D3 EA 19 A 0 8 CB 3A 50
Octal 257 323 352 31 12 0 10 313 72 120
Binary 10101111 11010011 11101010 11001 1010 0 1000 11001011 111010 1010000

Color Harmonies of #AFD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3EA

Black with #AFD3EA

Text Example


Text Example

White with #AFD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD3EA; }

 p { color: rgb(175,211,234); }

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

background-color css

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

 a { background-color: rgb(175,211,234); }

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

border-color css

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

 span { border-color: rgb(175,211,234); }

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