#99BCFE

Color #99BCFE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #99BCFE

Tints of Perano #99BCFE

Color information

#99BCFE (or 0x99BCFE) is unknown color: approx 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

RGB153188254-
CMYK0.400.2600.00
HSL219.21º98.06%79.8%-
HSV(B)219.21º39.76%99.61%-
XYZ49.0149.89100.81-
YUV185.06166.9105.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.71%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=25.71%
G=31.60%
B=42.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531882540.400.2600.00219.2198.0679.8
Hex99BCFE281A00db6250
Octal231274376503200333142120
Binary10011001101111001111111010100011010001101101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>