Html Css Color HEX #ACAFE8 Perano

📋 copy color: '#ACAFE8'

red 172 ◦ green 175 ◦ blue 232

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

Shades of Perano #ACAFE8

Tints of Perano #ACAFE8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.22%

 BLUE value IS 232 (91.02% from 255) = 40.07%

R = 29.71%
G = 30.22%
B = 40.07%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACAFE8 (or 0xACAFE8) is known color: Perano. HEX triplet: AC, AF and E8. RGB value is (172,175,232). Sum of RGB (Red+Green+Blue) = 172+175+232=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACAFE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAFE8 is #535017. Grayscale: #B4B4B4. Windows color (decimal): -5459992 or 15249324. OLE color: 15249324.

HSL color Cylindrical-coordinate representation of color #ACAFE8: hue angle of 237º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACAFE8 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 175 232 -
CMYK 0.26 0.25 0 0.09
HSL 237º 0.57% 0.79% -
HSV(B) 237º 0.26% 0.91% -
XYZ 46.91 45.26 82.61 -
YUV 180.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 172 175 232 0.26 0.25 0 0.09 237 0.57 0.79
Hex AC AF E8 1A 19 0 9 ED 39 4F
Octal 254 257 350 32 31 0 11 355 71 117
Binary 10101100 10101111 11101000 11010 11001 0 1001 11101101 111001 1001111

Color Harmonies of #ACAFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAFE8

Black with #ACAFE8

Text Example


Text Example

White with #ACAFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAFE8; }

 p { color: rgb(172,175,232); }

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

background-color css

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

 a { background-color: rgb(172,175,232); }

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

border-color css

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

 span { border-color: rgb(172,175,232); }

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