#99FBFF

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

Shades of Electric Blue #99FBFF

Tints of Electric Blue #99FBFF

Color information

#99FBFF (or 0x99FBFF) is unknown color: approx Electric Blue. HEX triplet: 99, FB and FF. RGB value is (153,251,255). Sum of RGB (Red+Green+Blue) = 153+251+255=659 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.22% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #99FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FBFF is #660400. Grayscale: #DEDEDE. Windows color (decimal): -6685697 or 16776089. OLE color: 16776089.

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

Color convert

RGB153251255-
CMYK0.40.0200
HSL182.35º100%80%-
HSV(B)182.35º40%100%-
XYZ65.6882.99107.16-
YUV222.15146.5378.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.22%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 255 (100% from 255) = 38.69%
R=23.22%
G=38.09%
B=38.69%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532512550.40.0200182.3510080
Hex99FBFF28200b66450
Octal23137337750200266144120
Binary10011001111110111111111110100010001011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,251,255); }

 H1.HeaderClassName
 {
   color: #99FBFF;
 }
 .AnyTagClassName
 {
   color: #99FBFF;
 }
</style>
background-color css

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

 a { background-color: rgb(153,251,255); }

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

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

 span { border-color: rgb(153,251,255); }

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