Html Css Color HEX #95F5FB Electric Blue

📋 copy color: '#95F5FB'

red 149 ◦ green 245 ◦ blue 251

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

Shades of Electric Blue #95F5FB

Tints of Electric Blue #95F5FB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.98%

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 23.1%
G = 37.98%
B = 38.91%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95F5FB (or 0x95F5FB) is known color: Electric Blue. HEX triplet: 95, F5 and FB. RGB value is (149,245,251). Sum of RGB (Red+Green+Blue) = 149+245+251=645 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.10% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #95F5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F5FB is #6A0A04. Grayscale: #D8D8D8. Windows color (decimal): -6949381 or 16512405. OLE color: 16512405.

HSL color Cylindrical-coordinate representation of color #95F5FB: hue angle of 183.53º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95F5FB is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 245 251 -
CMYK 0.41 0.02 0 0.02
HSL 183.53º 0.93% 0.78% -
HSV(B) 183.53º 0.41% 0.98% -
XYZ 62.46 78.66 103.16 -
YUV 216.98 147.2 79.51 -
System Red Green Blue C M Y K H S L
Decimal 149 245 251 0.41 0.02 0 0.02 183.53 0.93 0.78
Hex 95 F5 FB 29 2 0 2 B8 5D 4E
Octal 225 365 373 51 2 0 2 270 135 116
Binary 10010101 11110101 11111011 101001 10 0 10 10111000 1011101 1001110

Color Harmonies of #95F5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F5FB

Black with #95F5FB

Text Example


Text Example

White with #95F5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,245,251); }

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

background-color css

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

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

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

border-color css

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

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

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