Html Css Color HEX #95F2FF Electric Blue

📋 copy color: '#95F2FF'

red 149 ◦ green 242 ◦ blue 255

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

Shades of Electric Blue #95F2FF

Tints of Electric Blue #95F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.46%

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

R = 23.07%
G = 37.46%
B = 39.47%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95F2FF (or 0x95F2FF) is known color: Electric Blue. HEX triplet: 95, F2 and FF. RGB value is (149,242,255). Sum of RGB (Red+Green+Blue) = 149+242+255=646 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.07% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #95F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F2FF is #6A0D00. Grayscale: #D7D7D7. Windows color (decimal): -6950145 or 16773781. OLE color: 16773781.

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

Color convert

RGB 149 242 255 -
CMYK 0.42 0.05 0 0
HSL 187.36º 1% 0.79% -
HSV(B) 187.36º 0.42% 1% -
XYZ 62.2 77.11 106.21 -
YUV 215.68 150.19 80.44 -
System Red Green Blue C M Y K H S L
Decimal 149 242 255 0.42 0.05 0 0 187.36 1 0.79
Hex 95 F2 FF 2A 5 0 0 BB 64 4F
Octal 225 362 377 52 5 0 0 273 144 117
Binary 10010101 11110010 11111111 101010 101 0 0 10111011 1100100 1001111

Color Harmonies of #95F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F2FF

Black with #95F2FF

Text Example


Text Example

White with #95F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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