Html Css Color HEX #ABCEE0 French Pass

📋 copy color: '#ABCEE0'

red 171 ◦ green 206 ◦ blue 224

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

Shades of French Pass #ABCEE0

Tints of French Pass #ABCEE0

RGB

 RED value IS 171 (67.19% from 255) = 28.45%

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

 BLUE value IS 224 (87.89% from 255) = 37.27%

R = 28.45%
G = 34.28%
B = 37.27%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABCEE0 (or 0xABCEE0) is known color: French Pass. HEX triplet: AB, CE and E0. RGB value is (171,206,224). Sum of RGB (Red+Green+Blue) = 171+206+224=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABCEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEE0 is #54311F. Grayscale: #C5C5C5. Windows color (decimal): -5517600 or 14732971. OLE color: 14732971.

HSL color Cylindrical-coordinate representation of color #ABCEE0: hue angle of 200.38º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCEE0 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 206 224 -
CMYK 0.24 0.08 0 0.12
HSL 200.38º 0.46% 0.77% -
HSV(B) 200.38º 0.24% 0.88% -
XYZ 52.32 58.18 78.99 -
YUV 197.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 171 206 224 0.24 0.08 0 0.12 200.38 0.46 0.77
Hex AB CE E0 18 8 0 C C8 2E 4D
Octal 253 316 340 30 10 0 14 310 56 115
Binary 10101011 11001110 11100000 11000 1000 0 1100 11001000 101110 1001101

Color Harmonies of #ABCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEE0

Black with #ABCEE0

Text Example


Text Example

White with #ABCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEE0; }

 p { color: rgb(171,206,224); }

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

background-color css

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

 a { background-color: rgb(171,206,224); }

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

border-color css

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

 span { border-color: rgb(171,206,224); }

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