Html Css Color HEX #99ABEC Perano

📋 copy color: '#99ABEC'

red 153 ◦ green 171 ◦ blue 236

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

Shades of Perano #99ABEC

Tints of Perano #99ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 27.32%
G = 30.54%
B = 42.14%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#99ABEC (or 0x99ABEC) is known color: Perano. HEX triplet: 99, AB and EC. RGB value is (153,171,236). Sum of RGB (Red+Green+Blue) = 153+171+236=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #99ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABEC is #665413. Grayscale: #ACACAC. Windows color (decimal): -6706196 or 15510425. OLE color: 15510425.

HSL color Cylindrical-coordinate representation of color #99ABEC: hue angle of 226.99º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ABEC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 171 236 -
CMYK 0.35 0.28 0 0.07
HSL 226.99º 0.69% 0.76% -
HSV(B) 226.99º 0.35% 0.93% -
XYZ 42.84 41.95 85.2 -
YUV 173.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 153 171 236 0.35 0.28 0 0.07 226.99 0.69 0.76
Hex 99 AB EC 23 1C 0 7 E3 45 4C
Octal 231 253 354 43 34 0 7 343 105 114
Binary 10011001 10101011 11101100 100011 11100 0 111 11100011 1000101 1001100

Color Harmonies of #99ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABEC

Black with #99ABEC

Text Example


Text Example

White with #99ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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