Html Css Color HEX #99BCFE Perano

📋 copy color: '#99BCFE'

red 153 ◦ green 188 ◦ blue 254

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

Shades of Perano #99BCFE

Tints of Perano #99BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.6%

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

R = 25.71%
G = 31.6%
B = 42.69%

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

#99BCFE (or 0x99BCFE) is known color: Perano. HEX triplet: 99, BC and FE. RGB value is (153,188,254). Sum of RGB (Red+Green+Blue) = 153+188+254=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #99BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BCFE is #664301. Grayscale: #B8B8B8. Windows color (decimal): -6701826 or 16694425. OLE color: 16694425.

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

Color convert

RGB 153 188 254 -
CMYK 0.40 0.26 0 0.00
HSL 219.21º 0.98% 0.8% -
HSV(B) 219.21º 0.4% 1% -
XYZ 49.01 49.89 100.81 -
YUV 185.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 153 188 254 0.40 0.26 0 0.00 219.21 0.98 0.8
Hex 99 BC FE 28 1A 0 0 DB 62 50
Octal 231 274 376 50 32 0 0 333 142 120
Binary 10011001 10111100 11111110 101000 11010 0 0 11011011 1100010 1010000

Color Harmonies of #99BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCFE

Black with #99BCFE

Text Example


Text Example

White with #99BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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