Html Css Color HEX #95F8F6 Electric Blue

📋 copy color: '#95F8F6'

red 149 ◦ green 248 ◦ blue 246

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

Shades of Electric Blue #95F8F6

Tints of Electric Blue #95F8F6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.57%

 BLUE value IS 246 (96.48% from 255) = 38.26%

R = 23.17%
G = 38.57%
B = 38.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#95F8F6 (or 0x95F8F6) is known color: Electric Blue. HEX triplet: 95, F8 and F6. RGB value is (149,248,246). Sum of RGB (Red+Green+Blue) = 149+248+246=643 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.17% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F8F6 is #6A0709. Grayscale: #DADADA. Windows color (decimal): -6948618 or 16185493. OLE color: 16185493.

HSL color Cylindrical-coordinate representation of color #95F8F6: hue angle of 178.79º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F8F6 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 248 246 -
CMYK 0.40 0 0.01 0.03
HSL 178.79º 0.88% 0.78% -
HSV(B) 178.79º 0.4% 0.97% -
XYZ 62.6 80.18 99.37 -
YUV 218.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 149 248 246 0.40 0 0.01 0.03 178.79 0.88 0.78
Hex 95 F8 F6 28 0 1 3 B3 58 4E
Octal 225 370 366 50 0 1 3 263 130 116
Binary 10010101 11111000 11110110 101000 0 1 11 10110011 1011000 1001110

Color Harmonies of #95F8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F8F6

Black with #95F8F6

Text Example


Text Example

White with #95F8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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