Html Css Color HEX #ACCEE0 French Pass

📋 copy color: '#ACCEE0'

red 172 ◦ green 206 ◦ blue 224

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

Shades of French Pass #ACCEE0

Tints of French Pass #ACCEE0

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 value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACCEE0 (or 0xACCEE0) is known color: 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

RGB 172 206 224 -
CMYK 0.23 0.08 0 0.12
HSL 200.77º 0.46% 0.78% -
HSV(B) 200.77º 0.23% 0.88% -
XYZ 52.54 58.3 79 -
YUV 197.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 172 206 224 0.23 0.08 0 0.12 200.77 0.46 0.78
Hex AC CE E0 17 8 0 C C9 2E 4E
Octal 254 316 340 27 10 0 14 311 56 116
Binary 10101100 11001110 11100000 10111 1000 0 1100 11001001 101110 1001110

Color Harmonies of #ACCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEE0

Black with #ACCEE0

Text Example


Text Example

White with #ACCEE0

Text Example


Text Example

HTML Codes & Css Web 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>