Html Css Color HEX #AEBFED Perano

📋 copy color: '#AEBFED'

red 174 ◦ green 191 ◦ blue 237

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

Shades of Perano #AEBFED

Tints of Perano #AEBFED

RGB

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

 GREEN value IS 191 (75% from 255) = 31.73%

 BLUE value IS 237 (92.97% from 255) = 39.37%

R = 28.9%
G = 31.73%
B = 39.37%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEBFED (or 0xAEBFED) is known color: Perano. HEX triplet: AE, BF and ED. RGB value is (174,191,237). Sum of RGB (Red+Green+Blue) = 174+191+237=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBFED is #514012. Grayscale: #BEBEBE. Windows color (decimal): -5324819 or 15581102. OLE color: 15581102.

HSL color Cylindrical-coordinate representation of color #AEBFED: hue angle of 223.81º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBFED is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 191 237 -
CMYK 0.27 0.19 0 0.07
HSL 223.81º 0.64% 0.81% -
HSV(B) 223.81º 0.27% 0.93% -
XYZ 51.37 52.37 87.52 -
YUV 191.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 174 191 237 0.27 0.19 0 0.07 223.81 0.64 0.81
Hex AE BF ED 1B 13 0 7 E0 40 51
Octal 256 277 355 33 23 0 7 340 100 121
Binary 10101110 10111111 11101101 11011 10011 0 111 11100000 1000000 1010001

Color Harmonies of #AEBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFED

Black with #AEBFED

Text Example


Text Example

White with #AEBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFED; }

 p { color: rgb(174,191,237); }

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

background-color css

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

 a { background-color: rgb(174,191,237); }

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

border-color css

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

 span { border-color: rgb(174,191,237); }

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