Html Css Color HEX #AFCEE3 Sail

📋 copy color: '#AFCEE3'

red 175 ◦ green 206 ◦ blue 227

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

Shades of Sail #AFCEE3

Tints of Sail #AFCEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.34%

R = 28.78%
G = 33.88%
B = 37.34%

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

#AFCEE3 (or 0xAFCEE3) is known color: Sail. HEX triplet: AF, CE and E3. RGB value is (175,206,227). Sum of RGB (Red+Green+Blue) = 175+206+227=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFCEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEE3 is #50311C. Grayscale: #C7C7C7. Windows color (decimal): -5255453 or 14929583. OLE color: 14929583.

HSL color Cylindrical-coordinate representation of color #AFCEE3: hue angle of 204.23º degrees, saturation: 0.48, 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 #AFCEE3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 206 227 -
CMYK 0.23 0.09 0 0.11
HSL 204.23º 0.48% 0.79% -
HSV(B) 204.23º 0.23% 0.89% -
XYZ 53.62 58.8 81.2 -
YUV 199.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 175 206 227 0.23 0.09 0 0.11 204.23 0.48 0.79
Hex AF CE E3 17 9 0 B CC 30 4F
Octal 257 316 343 27 11 0 13 314 60 117
Binary 10101111 11001110 11100011 10111 1001 0 1011 11001100 110000 1001111

Color Harmonies of #AFCEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEE3

Black with #AFCEE3

Text Example


Text Example

White with #AFCEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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