Html Css Color HEX #95FFF7 Electric Blue

📋 copy color: '#95FFF7'

red 149 ◦ green 255 ◦ blue 247

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

Shades of Electric Blue #95FFF7

Tints of Electric Blue #95FFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.94%

R = 22.89%
G = 39.17%
B = 37.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#95FFF7 (or 0x95FFF7) is known color: Electric Blue. HEX triplet: 95, FF and F7. RGB value is (149,255,247). Sum of RGB (Red+Green+Blue) = 149+255+247=651 (86% of max value = 765). Red value is 149 (58.59% from 255 or 22.89% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFF7 is #6A0008. Grayscale: #DEDEDE. Windows color (decimal): -6946825 or 16252821. OLE color: 16252821.

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

Color convert

RGB 149 255 247 -
CMYK 0.42 0 0.03 0
HSL 175.47º 1% 0.79% -
HSV(B) 175.47º 0.42% 1% -
XYZ 64.94 84.62 100.91 -
YUV 222.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 149 255 247 0.42 0 0.03 0 175.47 1 0.79
Hex 95 FF F7 2A 0 3 0 AF 64 4F
Octal 225 377 367 52 0 3 0 257 144 117
Binary 10010101 11111111 11110111 101010 0 11 0 10101111 1100100 1001111

Color Harmonies of #95FFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFF7

Black with #95FFF7

Text Example


Text Example

White with #95FFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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