Html Css Color HEX #AEC2FC Perano

📋 copy color: '#AEC2FC'

red 174 ◦ green 194 ◦ blue 252

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

Shades of Perano #AEC2FC

Tints of Perano #AEC2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.29%

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 28.06%
G = 31.29%
B = 40.65%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AEC2FC (or 0xAEC2FC) is known color: Perano. HEX triplet: AE, C2 and FC. RGB value is (174,194,252). Sum of RGB (Red+Green+Blue) = 174+194+252=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEC2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2FC is #513D03. Grayscale: #C2C2C2. Windows color (decimal): -5324036 or 16564910. OLE color: 16564910.

HSL color Cylindrical-coordinate representation of color #AEC2FC: hue angle of 224.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEC2FC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 194 252 -
CMYK 0.31 0.23 0 0.01
HSL 224.62º 0.93% 0.84% -
HSV(B) 224.62º 0.31% 0.99% -
XYZ 54.32 54.61 99.77 -
YUV 194.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 174 194 252 0.31 0.23 0 0.01 224.62 0.93 0.84
Hex AE C2 FC 1F 17 0 1 E1 5D 54
Octal 256 302 374 37 27 0 1 341 135 124
Binary 10101110 11000010 11111100 11111 10111 0 1 11100001 1011101 1010100

Color Harmonies of #AEC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2FC

Black with #AEC2FC

Text Example


Text Example

White with #AEC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2FC; }

 p { color: rgb(174,194,252); }

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

background-color css

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

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

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

border-color css

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

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

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