#ACCEE0

Color #ACCEE0 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #ACCEE0

Tints of French Pass #ACCEE0

Color information

#ACCEE0 (or 0xACCEE0) is unknown color: approx French Pass. HEX triplet: AC, CE and E0. RGB value is (172,206,224). Sum of RGB (Red+Green+Blue) = 172+206+224=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACCEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEE0 is #53311F. Grayscale: #C5C5C5. Windows color (decimal): -5452064 or 14732972. OLE color: 14732972.

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

Color convert

RGB172206224-
CMYK0.230.0800.12
HSL200.77º45.61%77.65%-
HSV(B)200.77º23.21%87.84%-
XYZ52.5458.379-
YUV197.89142.74109.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=28.57%
G=34.22%
B=37.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722062240.230.0800.12200.7745.6177.65
HexACCEE01780Cc92e4e
Octal254316340271001431156116
Binary10101100110011101110000010111100001100110010011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEE0; }

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

 H1.HeaderClassName
 {
   color: #ACCEE0;
 }
 .AnyTagClassName
 {
   color: #ACCEE0;
 }
</style>
background-color css

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

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

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

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

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

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