Html Css Color HEX #99ABFE Perano

📋 copy color: '#99ABFE'

red 153 ◦ green 171 ◦ blue 254

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

Shades of Perano #99ABFE

Tints of Perano #99ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 26.47%
G = 29.58%
B = 43.94%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99ABFE (or 0x99ABFE) is known color: Perano. HEX triplet: 99, AB and FE. RGB value is (153,171,254). Sum of RGB (Red+Green+Blue) = 153+171+254=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #99ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABFE is #665401. Grayscale: #AEAEAE. Windows color (decimal): -6706178 or 16690073. OLE color: 16690073.

HSL color Cylindrical-coordinate representation of color #99ABFE: hue angle of 229.31º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99ABFE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 171 254 -
CMYK 0.40 0.33 0 0.00
HSL 229.31º 0.98% 0.8% -
HSV(B) 229.31º 0.4% 1% -
XYZ 45.59 43.05 99.67 -
YUV 175.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 153 171 254 0.40 0.33 0 0.00 229.31 0.98 0.8
Hex 99 AB FE 28 21 0 0 E5 62 50
Octal 231 253 376 50 41 0 0 345 142 120
Binary 10011001 10101011 11111110 101000 100001 0 0 11100101 1100010 1010000

Color Harmonies of #99ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABFE

Black with #99ABFE

Text Example


Text Example

White with #99ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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