#95FCFF

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

Shades of Electric Blue #95FCFF

Tints of Electric Blue #95FCFF

Color information

#95FCFF (or 0x95FCFF) is unknown color: approx Electric Blue. HEX triplet: 95, FC and FF. RGB value is (149,252,255). Sum of RGB (Red+Green+Blue) = 149+252+255=656 (86% of max value = 765). Red value is 149 (58.59% from 255 or 22.71% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #95FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FCFF is #6A0300. Grayscale: #DDDDDD. Windows color (decimal): -6947585 or 16776341. OLE color: 16776341.

HSL color Cylindrical-coordinate representation of color #95FCFF: hue angle of 181.7º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FCFF is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149252255-
CMYK0.420.0100
HSL181.7º100%79.22%-
HSV(B)181.7º41.57%100%-
XYZ65.2583.23107.23-
YUV221.54146.8876.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 22.71%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 255 (100% from 255) = 38.87%
R=22.71%
G=38.41%
B=38.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492522550.420.0100181.710079.22
Hex95FCFF2A100b6644f
Octal22537437752100266144117
Binary1001010111111100111111111010101001011011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,252,255); }

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

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

 a { background-color: rgb(149,252,255); }

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

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

 span { border-color: rgb(149,252,255); }

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