Html Css Color HEX #95FFFE Electric Blue

📋 copy color: '#95FFFE'

red 149 ◦ green 255 ◦ blue 254

#95FFFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #95FFFE

Tints of Electric Blue #95FFFE

RGB

 RED value IS 149 (58.59% from 255) = 22.64%

 GREEN value IS 255 (100% from 255) = 38.75%

 BLUE value IS 254 (99.61% from 255) = 38.6%

R = 22.64%
G = 38.75%
B = 38.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#95FFFE (or 0x95FFFE) is known color: Electric Blue. HEX triplet: 95, FF and FE. RGB value is (149,255,254). Sum of RGB (Red+Green+Blue) = 149+255+254=658 (87% of max value = 765). Red value is 149 (58.59% from 255 or 22.64% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFFE is #6A0001. Grayscale: #DFDFDF. Windows color (decimal): -6946818 or 16711573. OLE color: 16711573.

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

Color convert

RGB 149 255 254 -
CMYK 0.42 0 0.00 0
HSL 179.43º 1% 0.79% -
HSV(B) 179.43º 0.42% 1% -
XYZ 66.04 85.07 106.7 -
YUV 223.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 149 255 254 0.42 0 0.00 0 179.43 1 0.79
Hex 95 FF FE 2A 0 0 0 B3 64 4F
Octal 225 377 376 52 0 0 0 263 144 117
Binary 10010101 11111111 11111110 101010 0 0 0 10110011 1100100 1001111

Color Harmonies of #95FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFFE

Black with #95FFFE

Text Example


Text Example

White with #95FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95FFFE;
 }
 .AnyTagClassName
 {
   color: #95FFFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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