Html Css Color HEX #ACCFE1 French Pass

📋 copy color: '#ACCFE1'

red 172 ◦ green 207 ◦ blue 225

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

Shades of French Pass #ACCFE1

Tints of French Pass #ACCFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 28.48%
G = 34.27%
B = 37.25%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACCFE1 (or 0xACCFE1) is known color: French Pass. HEX triplet: AC, CF and E1. RGB value is (172,207,225). Sum of RGB (Red+Green+Blue) = 172+207+225=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACCFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFE1 is #53301E. Grayscale: #C6C6C6. Windows color (decimal): -5451807 or 14798764. OLE color: 14798764.

HSL color Cylindrical-coordinate representation of color #ACCFE1: hue angle of 200.38º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCFE1 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 207 225 -
CMYK 0.24 0.08 0 0.12
HSL 200.38º 0.47% 0.78% -
HSV(B) 200.38º 0.24% 0.88% -
XYZ 52.92 58.83 79.8 -
YUV 198.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 172 207 225 0.24 0.08 0 0.12 200.38 0.47 0.78
Hex AC CF E1 18 8 0 C C8 2F 4E
Octal 254 317 341 30 10 0 14 310 57 116
Binary 10101100 11001111 11100001 11000 1000 0 1100 11001000 101111 1001110

Color Harmonies of #ACCFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFE1

Black with #ACCFE1

Text Example


Text Example

White with #ACCFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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