Html Css Color HEX #ACCEDC French Pass

📋 copy color: '#ACCEDC'

red 172 ◦ green 206 ◦ blue 220

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

Shades of French Pass #ACCEDC

Tints of French Pass #ACCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.45%

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

R = 28.76%
G = 34.45%
B = 36.79%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACCEDC (or 0xACCEDC) is known color: French Pass. HEX triplet: AC, CE and DC. RGB value is (172,206,220). Sum of RGB (Red+Green+Blue) = 172+206+220=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEDC is #533123. Grayscale: #C5C5C5. Windows color (decimal): -5452068 or 14470828. OLE color: 14470828.

HSL color Cylindrical-coordinate representation of color #ACCEDC: hue angle of 197.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 #ACCEDC is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 206 220 -
CMYK 0.22 0.06 0 0.14
HSL 197.5º 0.41% 0.77% -
HSV(B) 197.5º 0.22% 0.86% -
XYZ 52 58.08 76.18 -
YUV 197.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 172 206 220 0.22 0.06 0 0.14 197.5 0.41 0.77
Hex AC CE DC 16 6 0 E C6 29 4D
Octal 254 316 334 26 6 0 16 306 51 115
Binary 10101100 11001110 11011100 10110 110 0 1110 11000110 101001 1001101

Color Harmonies of #ACCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEDC

Black with #ACCEDC

Text Example


Text Example

White with #ACCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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