#99FDFF

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

Shades of Electric Blue #99FDFF

Tints of Electric Blue #99FDFF

Color information

#99FDFF (or 0x99FDFF) is unknown color: approx Electric Blue. HEX triplet: 99, FD and FF. RGB value is (153,253,255). Sum of RGB (Red+Green+Blue) = 153+253+255=661 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.15% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #99FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FDFF is #660200. Grayscale: #DFDFDF. Windows color (decimal): -6685185 or 16776601. OLE color: 16776601.

HSL color Cylindrical-coordinate representation of color #99FDFF: hue angle of 181.18º 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 #99FDFF is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153253255-
CMYK0.40.0100
HSL181.18º100%80%-
HSV(B)181.18º40%100%-
XYZ66.3184.24107.37-
YUV223.33145.8777.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.15%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 255 (100% from 255) = 38.58%
R=23.15%
G=38.28%
B=38.58%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1532532550.40.0100181.1810080
Hex99FDFF28100b56450
Octal23137537750100265144120
Binary1001100111111101111111111010001001011010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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