Html Css Color HEX #AFCEE5 Sail

📋 copy color: '#AFCEE5'

red 175 ◦ green 206 ◦ blue 229

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

Shades of Sail #AFCEE5

Tints of Sail #AFCEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 28.69%
G = 33.77%
B = 37.54%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFCEE5 (or 0xAFCEE5) is known color: Sail. HEX triplet: AF, CE and E5. RGB value is (175,206,229). Sum of RGB (Red+Green+Blue) = 175+206+229=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFCEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEE5 is #50311A. Grayscale: #C7C7C7. Windows color (decimal): -5255451 or 15060655. OLE color: 15060655.

HSL color Cylindrical-coordinate representation of color #AFCEE5: hue angle of 205.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCEE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 206 229 -
CMYK 0.24 0.10 0 0.10
HSL 205.56º 0.51% 0.79% -
HSV(B) 205.56º 0.24% 0.9% -
XYZ 53.89 58.91 82.66 -
YUV 199.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 175 206 229 0.24 0.10 0 0.10 205.56 0.51 0.79
Hex AF CE E5 18 A 0 A CE 33 4F
Octal 257 316 345 30 12 0 12 316 63 117
Binary 10101111 11001110 11100101 11000 1010 0 1010 11001110 110011 1001111

Color Harmonies of #AFCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEE5

Black with #AFCEE5

Text Example


Text Example

White with #AFCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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