#95F9F8

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

Shades of Electric Blue #95F9F8

Tints of Electric Blue #95F9F8

Color information

#95F9F8 (or 0x95F9F8) is unknown color: approx Electric Blue. HEX triplet: 95, F9 and F8. RGB value is (149,249,248). Sum of RGB (Red+Green+Blue) = 149+249+248=646 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.07% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F9F8 is #6A0607. Grayscale: #DADADA. Windows color (decimal): -6948360 or 16316821. OLE color: 16316821.

HSL color Cylindrical-coordinate representation of color #95F9F8: hue angle of 179.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9F8 is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB149249248-
CMYK0.4000.000.02
HSL179.4º89.29%78.04%-
HSV(B)179.4º40.16%97.65%-
XYZ63.2180.92101.09-
YUV218.99144.3778.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.07%
GREEN value IS 249 (97.66% from 255) = 38.54%
BLUE value IS 248 (97.27% from 255) = 38.39%
R=23.07%
G=38.54%
B=38.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492492480.4000.000.02179.489.2978.04
Hex95F9F828002b3594e
Octal22537137050002263131116
Binary10010101111110011111100010100000101011001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F9F8; }

 p { color: rgb(149,249,248); }

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

<style>
 a { background-color: #95F9F8; }

 a { background-color: rgb(149,249,248); }

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

<style>
 span { border-color: #95F9F8; }

 span { border-color: rgb(149,249,248); }

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