Html Css Color HEX #AEC1ED Perano

📋 copy color: '#AEC1ED'

red 174 ◦ green 193 ◦ blue 237

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

Shades of Perano #AEC1ED

Tints of Perano #AEC1ED

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.95%

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 28.81%
G = 31.95%
B = 39.24%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEC1ED (or 0xAEC1ED) is known color: Perano. HEX triplet: AE, C1 and ED. RGB value is (174,193,237). Sum of RGB (Red+Green+Blue) = 174+193+237=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEC1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1ED is #513E12. Grayscale: #C0C0C0. Windows color (decimal): -5324307 or 15581614. OLE color: 15581614.

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

Color convert

RGB 174 193 237 -
CMYK 0.27 0.19 0 0.07
HSL 221.9º 0.64% 0.81% -
HSV(B) 221.9º 0.27% 0.93% -
XYZ 51.81 53.25 87.67 -
YUV 192.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 174 193 237 0.27 0.19 0 0.07 221.9 0.64 0.81
Hex AE C1 ED 1B 13 0 7 DE 40 51
Octal 256 301 355 33 23 0 7 336 100 121
Binary 10101110 11000001 11101101 11011 10011 0 111 11011110 1000000 1010001

Color Harmonies of #AEC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1ED

Black with #AEC1ED

Text Example


Text Example

White with #AEC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1ED; }

 p { color: rgb(174,193,237); }

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

background-color css

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

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

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

border-color css

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

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

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