Html Css Color HEX #AEC2FB Perano

📋 copy color: '#AEC2FB'

red 174 ◦ green 194 ◦ blue 251

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

Shades of Perano #AEC2FB

Tints of Perano #AEC2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 28.11%
G = 31.34%
B = 40.55%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEC2FB (or 0xAEC2FB) is known color: Perano. HEX triplet: AE, C2 and FB. RGB value is (174,194,251). Sum of RGB (Red+Green+Blue) = 174+194+251=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2FB is #513D04. Grayscale: #C2C2C2. Windows color (decimal): -5324037 or 16499374. OLE color: 16499374.

HSL color Cylindrical-coordinate representation of color #AEC2FB: hue angle of 224.42º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEC2FB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 194 251 -
CMYK 0.31 0.23 0 0.02
HSL 224.42º 0.91% 0.83% -
HSV(B) 224.42º 0.31% 0.98% -
XYZ 54.16 54.55 98.94 -
YUV 194.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 174 194 251 0.31 0.23 0 0.02 224.42 0.91 0.83
Hex AE C2 FB 1F 17 0 2 E0 5B 53
Octal 256 302 373 37 27 0 2 340 133 123
Binary 10101110 11000010 11111011 11111 10111 0 10 11100000 1011011 1010011

Color Harmonies of #AEC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2FB

Black with #AEC2FB

Text Example


Text Example

White with #AEC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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