Html Css Color HEX #AEAEEF Perano

📋 copy color: '#AEAEEF'

red 174 ◦ green 174 ◦ blue 239

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

Shades of Perano #AEAEEF

Tints of Perano #AEAEEF

RGB

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

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

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

R = 29.64%
G = 29.64%
B = 40.72%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEAEEF (or 0xAEAEEF) is known color: Perano. HEX triplet: AE, AE and EF. RGB value is (174,174,239). Sum of RGB (Red+Green+Blue) = 174+174+239=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEEF is #515110. Grayscale: #B5B5B5. Windows color (decimal): -5329169 or 15707822. OLE color: 15707822.

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

Color convert

RGB 174 174 239 -
CMYK 0.27 0.27 0 0.06
HSL 240º 0.67% 0.81% -
HSV(B) 240º 0.27% 0.94% -
XYZ 48.17 45.5 87.91 -
YUV 181.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 174 174 239 0.27 0.27 0 0.06 240 0.67 0.81
Hex AE AE EF 1B 1B 0 6 F0 43 51
Octal 256 256 357 33 33 0 6 360 103 121
Binary 10101110 10101110 11101111 11011 11011 0 110 11110000 1000011 1010001

Color Harmonies of #AEAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAEEF

Black with #AEAEEF

Text Example


Text Example

White with #AEAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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