Html Css Color HEX #ACCADC French Pass

📋 copy color: '#ACCADC'

red 172 ◦ green 202 ◦ blue 220

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

Shades of French Pass #ACCADC

Tints of French Pass #ACCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.01%

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 28.96%
G = 34.01%
B = 37.04%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCADC (or 0xACCADC) is known color: French Pass. HEX triplet: AC, CA and DC. RGB value is (172,202,220). Sum of RGB (Red+Green+Blue) = 172+202+220=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCADC is #533523. Grayscale: #C2C2C2. Windows color (decimal): -5453092 or 14469804. OLE color: 14469804.

HSL color Cylindrical-coordinate representation of color #ACCADC: hue angle of 202.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACCADC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 202 220 -
CMYK 0.22 0.08 0 0.14
HSL 202.5º 0.41% 0.77% -
HSV(B) 202.5º 0.22% 0.86% -
XYZ 51.05 56.18 75.86 -
YUV 195.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 172 202 220 0.22 0.08 0 0.14 202.5 0.41 0.77
Hex AC CA DC 16 8 0 E CA 29 4D
Octal 254 312 334 26 10 0 16 312 51 115
Binary 10101100 11001010 11011100 10110 1000 0 1110 11001010 101001 1001101

Color Harmonies of #ACCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCADC

Black with #ACCADC

Text Example


Text Example

White with #ACCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCADC; }

 p { color: rgb(172,202,220); }

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

background-color css

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

 a { background-color: rgb(172,202,220); }

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

border-color css

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

 span { border-color: rgb(172,202,220); }

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