Html Css Color HEX #99AEEA Perano

📋 copy color: '#99AEEA'

red 153 ◦ green 174 ◦ blue 234

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

Shades of Perano #99AEEA

Tints of Perano #99AEEA

RGB

 RED value IS 153 (60.16% from 255) = 27.27%

 GREEN value IS 174 (68.36% from 255) = 31.02%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 27.27%
G = 31.02%
B = 41.71%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#99AEEA (or 0x99AEEA) is known color: Perano. HEX triplet: 99, AE and EA. RGB value is (153,174,234). Sum of RGB (Red+Green+Blue) = 153+174+234=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #99AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AEEA is #665115. Grayscale: #AEAEAE. Windows color (decimal): -6705430 or 15380121. OLE color: 15380121.

HSL color Cylindrical-coordinate representation of color #99AEEA: hue angle of 224.44º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99AEEA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 174 234 -
CMYK 0.35 0.26 0 0.08
HSL 224.44º 0.66% 0.76% -
HSV(B) 224.44º 0.35% 0.92% -
XYZ 43.12 42.98 83.87 -
YUV 174.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 153 174 234 0.35 0.26 0 0.08 224.44 0.66 0.76
Hex 99 AE EA 23 1A 0 8 E0 42 4C
Octal 231 256 352 43 32 0 10 340 102 114
Binary 10011001 10101110 11101010 100011 11010 0 1000 11100000 1000010 1001100

Color Harmonies of #99AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEEA

Black with #99AEEA

Text Example


Text Example

White with #99AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AEEA; }

 p { color: rgb(153,174,234); }

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

background-color css

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

 a { background-color: rgb(153,174,234); }

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

border-color css

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

 span { border-color: rgb(153,174,234); }

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