Html Css Color HEX #ACCDE0 French Pass

📋 copy color: '#ACCDE0'

red 172 ◦ green 205 ◦ blue 224

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

Shades of French Pass #ACCDE0

Tints of French Pass #ACCDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.11%

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

R = 28.62%
G = 34.11%
B = 37.27%

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

#ACCDE0 (or 0xACCDE0) is known color: French Pass. HEX triplet: AC, CD and E0. RGB value is (172,205,224). Sum of RGB (Red+Green+Blue) = 172+205+224=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 205 (80.47% from 255 or 34.11% 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 #ACCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDE0 is #53321F. Grayscale: #C5C5C5. Windows color (decimal): -5452320 or 14732716. OLE color: 14732716.

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

Color convert

RGB 172 205 224 -
CMYK 0.23 0.08 0 0.12
HSL 201.92º 0.46% 0.78% -
HSV(B) 201.92º 0.23% 0.88% -
XYZ 52.3 57.82 78.92 -
YUV 197.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 172 205 224 0.23 0.08 0 0.12 201.92 0.46 0.78
Hex AC CD E0 17 8 0 C CA 2E 4E
Octal 254 315 340 27 10 0 14 312 56 116
Binary 10101100 11001101 11100000 10111 1000 0 1100 11001010 101110 1001110

Color Harmonies of #ACCDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDE0

Black with #ACCDE0

Text Example


Text Example

White with #ACCDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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