Html Css Color HEX #ACCFE0 French Pass

📋 copy color: '#ACCFE0'

red 172 ◦ green 207 ◦ blue 224

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

Shades of French Pass #ACCFE0

Tints of French Pass #ACCFE0

RGB

 RED value IS 172 (67.58% from 255) = 28.52%

 GREEN value IS 207 (81.25% from 255) = 34.33%

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

R = 28.52%
G = 34.33%
B = 37.15%

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

#ACCFE0 (or 0xACCFE0) is known color: French Pass. HEX triplet: AC, CF and E0. RGB value is (172,207,224). Sum of RGB (Red+Green+Blue) = 172+207+224=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACCFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFE0 is #53301F. Grayscale: #C6C6C6. Windows color (decimal): -5451808 or 14733228. OLE color: 14733228.

HSL color Cylindrical-coordinate representation of color #ACCFE0: hue angle of 199.62º 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 #ACCFE0 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 207 224 -
CMYK 0.23 0.08 0 0.12
HSL 199.62º 0.46% 0.78% -
HSV(B) 199.62º 0.23% 0.88% -
XYZ 52.78 58.78 79.08 -
YUV 198.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 172 207 224 0.23 0.08 0 0.12 199.62 0.46 0.78
Hex AC CF E0 17 8 0 C C8 2E 4E
Octal 254 317 340 27 10 0 14 310 56 116
Binary 10101100 11001111 11100000 10111 1000 0 1100 11001000 101110 1001110

Color Harmonies of #ACCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFE0

Black with #ACCFE0

Text Example


Text Example

White with #ACCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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