Html Css Color HEX #AFCEE2 Sail

📋 copy color: '#AFCEE2'

red 175 ◦ green 206 ◦ blue 226

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

Shades of Sail #AFCEE2

Tints of Sail #AFCEE2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.94%

 BLUE value IS 226 (88.67% from 255) = 37.23%

R = 28.83%
G = 33.94%
B = 37.23%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFCEE2 (or 0xAFCEE2) is known color: Sail. HEX triplet: AF, CE and E2. RGB value is (175,206,226). Sum of RGB (Red+Green+Blue) = 175+206+226=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFCEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEE2 is #50311D. Grayscale: #C6C6C6. Windows color (decimal): -5255454 or 14864047. OLE color: 14864047.

HSL color Cylindrical-coordinate representation of color #AFCEE2: hue angle of 203.53º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFCEE2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 206 226 -
CMYK 0.23 0.09 0 0.11
HSL 203.53º 0.47% 0.79% -
HSV(B) 203.53º 0.23% 0.89% -
XYZ 53.48 58.75 80.47 -
YUV 199.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 175 206 226 0.23 0.09 0 0.11 203.53 0.47 0.79
Hex AF CE E2 17 9 0 B CC 2F 4F
Octal 257 316 342 27 11 0 13 314 57 117
Binary 10101111 11001110 11100010 10111 1001 0 1011 11001100 101111 1001111

Color Harmonies of #AFCEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEE2

Black with #AFCEE2

Text Example


Text Example

White with #AFCEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEE2; }

 p { color: rgb(175,206,226); }

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

background-color css

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

 a { background-color: rgb(175,206,226); }

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

border-color css

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

 span { border-color: rgb(175,206,226); }

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