Html Css Color HEX #AEC3FA Perano

📋 copy color: '#AEC3FA'

red 174 ◦ green 195 ◦ blue 250

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

Shades of Perano #AEC3FA

Tints of Perano #AEC3FA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.5%

 BLUE value IS 250 (98.05% from 255) = 40.39%

R = 28.11%
G = 31.5%
B = 40.39%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEC3FA (or 0xAEC3FA) is known color: Perano. HEX triplet: AE, C3 and FA. RGB value is (174,195,250). Sum of RGB (Red+Green+Blue) = 174+195+250=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEC3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC3FA is #513C05. Grayscale: #C2C2C2. Windows color (decimal): -5323782 or 16434094. OLE color: 16434094.

HSL color Cylindrical-coordinate representation of color #AEC3FA: hue angle of 223.42º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEC3FA is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 195 250 -
CMYK 0.30 0.22 0 0.02
HSL 223.42º 0.88% 0.83% -
HSV(B) 223.42º 0.3% 0.98% -
XYZ 54.23 54.93 98.19 -
YUV 194.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 174 195 250 0.30 0.22 0 0.02 223.42 0.88 0.83
Hex AE C3 FA 1E 16 0 2 DF 58 53
Octal 256 303 372 36 26 0 2 337 130 123
Binary 10101110 11000011 11111010 11110 10110 0 10 11011111 1011000 1010011

Color Harmonies of #AEC3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC3FA

Black with #AEC3FA

Text Example


Text Example

White with #AEC3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC3FA; }

 p { color: rgb(174,195,250); }

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

background-color css

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

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

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

border-color css

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

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

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