Html Css Color HEX #99ABF8 Perano

📋 copy color: '#99ABF8'

red 153 ◦ green 171 ◦ blue 248

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

Shades of Perano #99ABF8

Tints of Perano #99ABF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.36%

R = 26.75%
G = 29.9%
B = 43.36%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99ABF8 (or 0x99ABF8) is known color: Perano. HEX triplet: 99, AB and F8. RGB value is (153,171,248). Sum of RGB (Red+Green+Blue) = 153+171+248=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #99ABF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ABF8 is #665407. Grayscale: #AEAEAE. Windows color (decimal): -6706184 or 16296857. OLE color: 16296857.

HSL color Cylindrical-coordinate representation of color #99ABF8: hue angle of 228.63º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99ABF8 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 171 248 -
CMYK 0.38 0.31 0 0.03
HSL 228.63º 0.87% 0.79% -
HSV(B) 228.63º 0.38% 0.97% -
XYZ 44.64 42.68 94.69 -
YUV 174.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 153 171 248 0.38 0.31 0 0.03 228.63 0.87 0.79
Hex 99 AB F8 26 1F 0 3 E5 57 4F
Octal 231 253 370 46 37 0 3 345 127 117
Binary 10011001 10101011 11111000 100110 11111 0 11 11100101 1010111 1001111

Color Harmonies of #99ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABF8

Black with #99ABF8

Text Example


Text Example

White with #99ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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