Html Css Color HEX #ACAEEF Perano

📋 copy color: '#ACAEEF'

red 172 ◦ green 174 ◦ blue 239

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

Shades of Perano #ACAEEF

Tints of Perano #ACAEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.74%

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 29.4%
G = 29.74%
B = 40.85%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACAEEF (or 0xACAEEF) is known color: Perano. HEX triplet: AC, AE and EF. RGB value is (172,174,239). Sum of RGB (Red+Green+Blue) = 172+174+239=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACAEEF is #535110. Grayscale: #B4B4B4. Windows color (decimal): -5460241 or 15707820. OLE color: 15707820.

HSL color Cylindrical-coordinate representation of color #ACAEEF: hue angle of 238.21º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACAEEF is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 174 239 -
CMYK 0.28 0.27 0 0.06
HSL 238.21º 0.68% 0.81% -
HSV(B) 238.21º 0.28% 0.94% -
XYZ 47.73 45.27 87.88 -
YUV 180.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 172 174 239 0.28 0.27 0 0.06 238.21 0.68 0.81
Hex AC AE EF 1C 1B 0 6 EE 44 51
Octal 254 256 357 34 33 0 6 356 104 121
Binary 10101100 10101110 11101111 11100 11011 0 110 11101110 1000100 1010001

Color Harmonies of #ACAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAEEF

Black with #ACAEEF

Text Example


Text Example

White with #ACAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAEEF; }

 p { color: rgb(172,174,239); }

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

background-color css

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

 a { background-color: rgb(172,174,239); }

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

border-color css

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

 span { border-color: rgb(172,174,239); }

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