Html Css Color HEX #99AEF6 Perano

📋 copy color: '#99AEF6'

red 153 ◦ green 174 ◦ blue 246

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

Shades of Perano #99AEF6

Tints of Perano #99AEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.93%

R = 26.7%
G = 30.37%
B = 42.93%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#99AEF6 (or 0x99AEF6) is known color: Perano. HEX triplet: 99, AE and F6. RGB value is (153,174,246). Sum of RGB (Red+Green+Blue) = 153+174+246=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #99AEF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AEF6 is #665109. Grayscale: #AFAFAF. Windows color (decimal): -6705418 or 16166553. OLE color: 16166553.

HSL color Cylindrical-coordinate representation of color #99AEF6: hue angle of 226.45º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99AEF6 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 174 246 -
CMYK 0.38 0.29 0 0.04
HSL 226.45º 0.84% 0.78% -
HSV(B) 226.45º 0.38% 0.96% -
XYZ 44.91 43.7 93.26 -
YUV 175.93 167.54 111.65 -
System Red Green Blue C M Y K H S L
Decimal 153 174 246 0.38 0.29 0 0.04 226.45 0.84 0.78
Hex 99 AE F6 26 1D 0 4 E2 54 4E
Octal 231 256 366 46 35 0 4 342 124 116
Binary 10011001 10101110 11110110 100110 11101 0 100 11100010 1010100 1001110

Color Harmonies of #99AEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AEF6

Black with #99AEF6

Text Example


Text Example

White with #99AEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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