Html Css Color HEX #95F6F4 Electric Blue

📋 copy color: '#95F6F4'

red 149 ◦ green 246 ◦ blue 244

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

Shades of Electric Blue #95F6F4

Tints of Electric Blue #95F6F4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.5%

 BLUE value IS 244 (95.7% from 255) = 38.18%

R = 23.32%
G = 38.5%
B = 38.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#95F6F4 (or 0x95F6F4) is known color: Electric Blue. HEX triplet: 95, F6 and F4. RGB value is (149,246,244). Sum of RGB (Red+Green+Blue) = 149+246+244=639 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.32% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #95F6F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F6F4 is #6A090B. Grayscale: #D8D8D8. Windows color (decimal): -6949132 or 16053909. OLE color: 16053909.

HSL color Cylindrical-coordinate representation of color #95F6F4: hue angle of 178.76º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F6F4 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 246 244 -
CMYK 0.39 0 0.01 0.04
HSL 178.76º 0.84% 0.77% -
HSV(B) 178.76º 0.39% 0.96% -
XYZ 61.68 78.83 97.55 -
YUV 216.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 149 246 244 0.39 0 0.01 0.04 178.76 0.84 0.77
Hex 95 F6 F4 27 0 1 4 B3 54 4D
Octal 225 366 364 47 0 1 4 263 124 115
Binary 10010101 11110110 11110100 100111 0 1 100 10110011 1010100 1001101

Color Harmonies of #95F6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F6F4

Black with #95F6F4

Text Example


Text Example

White with #95F6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,246,244); }

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

background-color css

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

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

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

border-color css

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

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

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