#95FFFF

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

Shades of Electric Blue #95FFFF

Tints of Electric Blue #95FFFF

Color information

#95FFFF (or 0x95FFFF) is unknown color: approx Electric Blue. HEX triplet: 95, FF and FF. RGB value is (149,255,255). Sum of RGB (Red+Green+Blue) = 149+255+255=659 (87% of max value = 765). Red value is 149 (58.59% from 255 or 22.61% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #95FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFFF is #6A0000. Grayscale: #DFDFDF. Windows color (decimal): -6946817 or 16777109. OLE color: 16777109.

HSL color Cylindrical-coordinate representation of color #95FFFF: hue angle of 180º 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 #95FFFF is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149255255-
CMYK0.42000
HSL180º100%79.22%-
HSV(B)180º41.57%100%-
XYZ66.285.13107.55-
YUV223.31145.8875-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 22.61%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 255 (100% from 255) = 38.69%
R=22.61%
G=38.69%
B=38.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492552550.4200018010079.22
Hex95FFFF2A000b4644f
Octal22537737752000264144117
Binary1001010111111111111111111010100001011010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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