Html Css Color HEX #AEC1FA Perano

📋 copy color: '#AEC1FA'

red 174 ◦ green 193 ◦ blue 250

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

Shades of Perano #AEC1FA

Tints of Perano #AEC1FA

RGB

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

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

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

R = 28.2%
G = 31.28%
B = 40.52%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEC1FA (or 0xAEC1FA) is known color: Perano. HEX triplet: AE, C1 and FA. RGB value is (174,193,250). Sum of RGB (Red+Green+Blue) = 174+193+250=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEC1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1FA is #513E05. Grayscale: #C1C1C1. Windows color (decimal): -5324294 or 16433582. OLE color: 16433582.

HSL color Cylindrical-coordinate representation of color #AEC1FA: hue angle of 225º 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 #AEC1FA is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 193 250 -
CMYK 0.30 0.23 0 0.02
HSL 225º 0.88% 0.83% -
HSV(B) 225º 0.3% 0.98% -
XYZ 53.78 54.04 98.04 -
YUV 193.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 174 193 250 0.30 0.23 0 0.02 225 0.88 0.83
Hex AE C1 FA 1E 17 0 2 E1 58 53
Octal 256 301 372 36 27 0 2 341 130 123
Binary 10101110 11000001 11111010 11110 10111 0 10 11100001 1011000 1010011

Color Harmonies of #AEC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1FA

Black with #AEC1FA

Text Example


Text Example

White with #AEC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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