Html Css Color HEX #99BBFE Perano

📋 copy color: '#99BBFE'

red 153 ◦ green 187 ◦ blue 254

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

Shades of Perano #99BBFE

Tints of Perano #99BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.48%

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

R = 25.76%
G = 31.48%
B = 42.76%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99BBFE (or 0x99BBFE) is known color: Perano. HEX triplet: 99, BB and FE. RGB value is (153,187,254). Sum of RGB (Red+Green+Blue) = 153+187+254=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #99BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BBFE is #664401. Grayscale: #B8B8B8. Windows color (decimal): -6702082 or 16694169. OLE color: 16694169.

HSL color Cylindrical-coordinate representation of color #99BBFE: hue angle of 219.8º 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 #99BBFE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 187 254 -
CMYK 0.40 0.26 0 0.00
HSL 219.8º 0.98% 0.8% -
HSV(B) 219.8º 0.4% 1% -
XYZ 48.8 49.47 100.74 -
YUV 184.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 153 187 254 0.40 0.26 0 0.00 219.8 0.98 0.8
Hex 99 BB FE 28 1A 0 0 DC 62 50
Octal 231 273 376 50 32 0 0 334 142 120
Binary 10011001 10111011 11111110 101000 11010 0 0 11011100 1100010 1010000

Color Harmonies of #99BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BBFE

Black with #99BBFE

Text Example


Text Example

White with #99BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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