Html Css Color HEX #99ABE6 Perano

📋 copy color: '#99ABE6'

red 153 ◦ green 171 ◦ blue 230

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

Shades of Perano #99ABE6

Tints of Perano #99ABE6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.87%

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 27.62%
G = 30.87%
B = 41.52%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#99ABE6 (or 0x99ABE6) is known color: Perano. HEX triplet: 99, AB and E6. RGB value is (153,171,230). Sum of RGB (Red+Green+Blue) = 153+171+230=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #99ABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABE6 is #665419. Grayscale: #ACACAC. Windows color (decimal): -6706202 or 15117209. OLE color: 15117209.

HSL color Cylindrical-coordinate representation of color #99ABE6: hue angle of 225.97º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99ABE6 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 171 230 -
CMYK 0.33 0.26 0 0.10
HSL 225.97º 0.61% 0.75% -
HSV(B) 225.97º 0.33% 0.9% -
XYZ 41.98 41.61 80.68 -
YUV 172.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 153 171 230 0.33 0.26 0 0.10 225.97 0.61 0.75
Hex 99 AB E6 21 1A 0 A E2 3D 4B
Octal 231 253 346 41 32 0 12 342 75 113
Binary 10011001 10101011 11100110 100001 11010 0 1010 11100010 111101 1001011

Color Harmonies of #99ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABE6

Black with #99ABE6

Text Example


Text Example

White with #99ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,171,230); }

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

background-color css

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

 a { background-color: rgb(153,171,230); }

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

border-color css

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

 span { border-color: rgb(153,171,230); }

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