Html Css Color HEX #93FDFF Electric Blue

📋 copy color: '#93FDFF'

red 147 ◦ green 253 ◦ blue 255

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

Shades of Electric Blue #93FDFF

Tints of Electric Blue #93FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.63%

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

R = 22.44%
G = 38.63%
B = 38.93%

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

#93FDFF (or 0x93FDFF) is known color: Electric Blue. HEX triplet: 93, FD and FF. RGB value is (147,253,255). Sum of RGB (Red+Green+Blue) = 147+253+255=655 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.44% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #93FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FDFF is #6C0200. Grayscale: #DDDDDD. Windows color (decimal): -7078401 or 16776595. OLE color: 16776595.

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

Color convert

RGB 147 253 255 -
CMYK 0.42 0.01 0 0
HSL 181.11º 1% 0.79% -
HSV(B) 181.11º 0.42% 1% -
XYZ 65.21 83.67 107.32 -
YUV 221.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 147 253 255 0.42 0.01 0 0 181.11 1 0.79
Hex 93 FD FF 2A 1 0 0 B5 64 4F
Octal 223 375 377 52 1 0 0 265 144 117
Binary 10010011 11111101 11111111 101010 1 0 0 10110101 1100100 1001111

Color Harmonies of #93FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FDFF

Black with #93FDFF

Text Example


Text Example

White with #93FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,253,255); }

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

background-color css

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

 a { background-color: rgb(147,253,255); }

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

border-color css

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

 span { border-color: rgb(147,253,255); }

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