Html Css Color HEX #95FCFF Electric Blue

📋 copy color: '#95FCFF'

red 149 ◦ green 252 ◦ blue 255

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

Shades of Electric Blue #95FCFF

Tints of Electric Blue #95FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.41%

 BLUE value IS 255 (100% from 255) = 38.87%

R = 22.71%
G = 38.41%
B = 38.87%

CMYK

 C value IS 0.42

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95FCFF (or 0x95FCFF) is known color: Electric Blue. HEX triplet: 95, FC and FF. RGB value is (149,252,255). Sum of RGB (Red+Green+Blue) = 149+252+255=656 (86% of max value = 765). Red value is 149 (58.59% from 255 or 22.71% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #95FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FCFF is #6A0300. Grayscale: #DDDDDD. Windows color (decimal): -6947585 or 16776341. OLE color: 16776341.

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

Color convert

RGB 149 252 255 -
CMYK 0.42 0.01 0 0
HSL 181.7º 1% 0.79% -
HSV(B) 181.7º 0.42% 1% -
XYZ 65.25 83.23 107.23 -
YUV 221.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 149 252 255 0.42 0.01 0 0 181.7 1 0.79
Hex 95 FC FF 2A 1 0 0 B6 64 4F
Octal 225 374 377 52 1 0 0 266 144 117
Binary 10010101 11111100 11111111 101010 1 0 0 10110110 1100100 1001111

Color Harmonies of #95FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FCFF

Black with #95FCFF

Text Example


Text Example

White with #95FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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