Html Css Color HEX #ACCFDC French Pass

📋 copy color: '#ACCFDC'

red 172 ◦ green 207 ◦ blue 220

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

Shades of French Pass #ACCFDC

Tints of French Pass #ACCFDC

RGB

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

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

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

R = 28.71%
G = 34.56%
B = 36.73%

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

#ACCFDC (or 0xACCFDC) is known color: French Pass. HEX triplet: AC, CF and DC. RGB value is (172,207,220). Sum of RGB (Red+Green+Blue) = 172+207+220=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACCFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFDC is #533023. Grayscale: #C5C5C5. Windows color (decimal): -5451812 or 14471084. OLE color: 14471084.

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

Color convert

RGB 172 207 220 -
CMYK 0.22 0.06 0 0.14
HSL 196.25º 0.41% 0.77% -
HSV(B) 196.25º 0.22% 0.86% -
XYZ 52.24 58.56 76.26 -
YUV 198.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 172 207 220 0.22 0.06 0 0.14 196.25 0.41 0.77
Hex AC CF DC 16 6 0 E C4 29 4D
Octal 254 317 334 26 6 0 16 304 51 115
Binary 10101100 11001111 11011100 10110 110 0 1110 11000100 101001 1001101

Color Harmonies of #ACCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFDC

Black with #ACCFDC

Text Example


Text Example

White with #ACCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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