Html Css Color HEX #93FBED Electric Blue

📋 copy color: '#93FBED'

red 147 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #93FBED

Tints of Electric Blue #93FBED

RGB

 RED value IS 147 (57.81% from 255) = 23.15%

 GREEN value IS 251 (98.44% from 255) = 39.53%

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 23.15%
G = 39.53%
B = 37.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#93FBED (or 0x93FBED) is known color: Electric Blue. HEX triplet: 93, FB and ED. RGB value is (147,251,237). Sum of RGB (Red+Green+Blue) = 147+251+237=635 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.15% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #93FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FBED is #6C0412. Grayscale: #DADADA. Windows color (decimal): -7078931 or 15596435. OLE color: 15596435.

HSL color Cylindrical-coordinate representation of color #93FBED: hue angle of 171.92º 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 #93FBED is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 251 237 -
CMYK 0.41 0 0.06 0.02
HSL 171.92º 0.93% 0.78% -
HSV(B) 171.92º 0.41% 0.98% -
XYZ 61.82 81.31 92.56 -
YUV 218.31 138.54 77.14 -
System Red Green Blue C M Y K H S L
Decimal 147 251 237 0.41 0 0.06 0.02 171.92 0.93 0.78
Hex 93 FB ED 29 0 6 2 AC 5D 4E
Octal 223 373 355 51 0 6 2 254 135 116
Binary 10010011 11111011 11101101 101001 0 110 10 10101100 1011101 1001110

Color Harmonies of #93FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FBED

Black with #93FBED

Text Example


Text Example

White with #93FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93FBED; }

 p { color: rgb(147,251,237); }

 H1.HeaderClassName
 {
   color: #93FBED;
 }
 .AnyTagClassName
 {
   color: #93FBED;
 }
</style>

background-color css

<style>
 a { background-color: #93FBED; }

 a { background-color: rgb(147,251,237); }

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

border-color css

<style>
 span { border-color: #93FBED; }

 span { border-color: rgb(147,251,237); }

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