#ACCFE2

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

Shades of French Pass #ACCFE2

Tints of French Pass #ACCFE2

Color information

#ACCFE2 (or 0xACCFE2) is unknown color: approx French Pass. HEX triplet: AC, CF and E2. RGB value is (172,207,226). Sum of RGB (Red+Green+Blue) = 172+207+226=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFE2 is #53301D. Grayscale: #C6C6C6. Windows color (decimal): -5451806 or 14864300. OLE color: 14864300.

HSL color Cylindrical-coordinate representation of color #ACCFE2: hue angle of 201.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCFE2 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172207226-
CMYK0.240.0800.11
HSL201.11º48.21%78.04%-
HSV(B)201.11º23.89%88.63%-
XYZ53.0558.8980.52-
YUV198.7143.4108.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=28.43%
G=34.21%
B=37.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722072260.240.0800.11201.1148.2178.04
HexACCFE21880Bc9304e
Octal254317342301001331160116
Binary10101100110011111110001011000100001011110010011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFE2; }

 p { color: rgb(172,207,226); }

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

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

 a { background-color: rgb(172,207,226); }

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

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

 span { border-color: rgb(172,207,226); }

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