Html Css Color HEX #AEC1FB Perano

📋 copy color: '#AEC1FB'

red 174 ◦ green 193 ◦ blue 251

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

Shades of Perano #AEC1FB

Tints of Perano #AEC1FB

RGB

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

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

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

R = 28.16%
G = 31.23%
B = 40.61%

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

#AEC1FB (or 0xAEC1FB) is known color: Perano. HEX triplet: AE, C1 and FB. RGB value is (174,193,251). Sum of RGB (Red+Green+Blue) = 174+193+251=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEC1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1FB is #513E04. Grayscale: #C1C1C1. Windows color (decimal): -5324293 or 16499118. OLE color: 16499118.

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

Color convert

RGB 174 193 251 -
CMYK 0.31 0.23 0 0.02
HSL 225.19º 0.91% 0.83% -
HSV(B) 225.19º 0.31% 0.98% -
XYZ 53.94 54.1 98.87 -
YUV 193.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 174 193 251 0.31 0.23 0 0.02 225.19 0.91 0.83
Hex AE C1 FB 1F 17 0 2 E1 5B 53
Octal 256 301 373 37 27 0 2 341 133 123
Binary 10101110 11000001 11111011 11111 10111 0 10 11100001 1011011 1010011

Color Harmonies of #AEC1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1FB

Black with #AEC1FB

Text Example


Text Example

White with #AEC1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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