Html Css Color HEX #AEC0EA Perano

📋 copy color: '#AEC0EA'

red 174 ◦ green 192 ◦ blue 234

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

Shades of Perano #AEC0EA

Tints of Perano #AEC0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 29%
G = 32%
B = 39%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEC0EA (or 0xAEC0EA) is known color: Perano. HEX triplet: AE, C0 and EA. RGB value is (174,192,234). Sum of RGB (Red+Green+Blue) = 174+192+234=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC0EA is #513F15. Grayscale: #BFBFBF. Windows color (decimal): -5324566 or 15384750. OLE color: 15384750.

HSL color Cylindrical-coordinate representation of color #AEC0EA: hue angle of 222º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC0EA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 192 234 -
CMYK 0.26 0.18 0 0.08
HSL 222º 0.59% 0.8% -
HSV(B) 222º 0.26% 0.92% -
XYZ 51.16 52.64 85.31 -
YUV 191.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 174 192 234 0.26 0.18 0 0.08 222 0.59 0.8
Hex AE C0 EA 1A 12 0 8 DE 3B 50
Octal 256 300 352 32 22 0 10 336 73 120
Binary 10101110 11000000 11101010 11010 10010 0 1000 11011110 111011 1010000

Color Harmonies of #AEC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0EA

Black with #AEC0EA

Text Example


Text Example

White with #AEC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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