Html Css Color HEX #AEC0EC Perano

📋 copy color: '#AEC0EC'

red 174 ◦ green 192 ◦ blue 236

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

Shades of Perano #AEC0EC

Tints of Perano #AEC0EC

RGB

 RED value IS 174 (68.36% from 255) = 28.9%

 GREEN value IS 192 (75.39% from 255) = 31.89%

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 28.9%
G = 31.89%
B = 39.2%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEC0EC (or 0xAEC0EC) is known color: Perano. HEX triplet: AE, C0 and EC. RGB value is (174,192,236). Sum of RGB (Red+Green+Blue) = 174+192+236=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEC0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC0EC is #513F13. Grayscale: #BFBFBF. Windows color (decimal): -5324564 or 15515822. OLE color: 15515822.

HSL color Cylindrical-coordinate representation of color #AEC0EC: hue angle of 222.58º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC0EC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 192 236 -
CMYK 0.26 0.19 0 0.07
HSL 222.58º 0.62% 0.8% -
HSV(B) 222.58º 0.26% 0.93% -
XYZ 51.45 52.75 86.83 -
YUV 191.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 174 192 236 0.26 0.19 0 0.07 222.58 0.62 0.8
Hex AE C0 EC 1A 13 0 7 DF 3E 50
Octal 256 300 354 32 23 0 7 337 76 120
Binary 10101110 11000000 11101100 11010 10011 0 111 11011111 111110 1010000

Color Harmonies of #AEC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0EC

Black with #AEC0EC

Text Example


Text Example

White with #AEC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0EC; }

 p { color: rgb(174,192,236); }

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

background-color css

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

 a { background-color: rgb(174,192,236); }

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

border-color css

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

 span { border-color: rgb(174,192,236); }

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