Html Css Color HEX #AEC2F2 Perano

📋 copy color: '#AEC2F2'

red 174 ◦ green 194 ◦ blue 242

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

Shades of Perano #AEC2F2

Tints of Perano #AEC2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.67%

R = 28.52%
G = 31.8%
B = 39.67%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AEC2F2 (or 0xAEC2F2) is known color: Perano. HEX triplet: AE, C2 and F2. RGB value is (174,194,242). Sum of RGB (Red+Green+Blue) = 174+194+242=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEC2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC2F2 is #513D0D. Grayscale: #C1C1C1. Windows color (decimal): -5324046 or 15909550. OLE color: 15909550.

HSL color Cylindrical-coordinate representation of color #AEC2F2: hue angle of 222.35º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEC2F2 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 194 242 -
CMYK 0.28 0.20 0 0.05
HSL 222.35º 0.72% 0.82% -
HSV(B) 222.35º 0.28% 0.95% -
XYZ 52.77 53.99 91.64 -
YUV 193.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 174 194 242 0.28 0.20 0 0.05 222.35 0.72 0.82
Hex AE C2 F2 1C 14 0 5 DE 48 52
Octal 256 302 362 34 24 0 5 336 110 122
Binary 10101110 11000010 11110010 11100 10100 0 101 11011110 1001000 1010010

Color Harmonies of #AEC2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2F2

Black with #AEC2F2

Text Example


Text Example

White with #AEC2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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