Html Css Color HEX #92FBED Electric Blue

📋 copy color: '#92FBED'

red 146 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #92FBED

Tints of Electric Blue #92FBED

RGB

 RED value IS 146 (57.42% from 255) = 23.03%

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

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

R = 23.03%
G = 39.59%
B = 37.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#92FBED (or 0x92FBED) is known color: Electric Blue. HEX triplet: 92, FB and ED. RGB value is (146,251,237). Sum of RGB (Red+Green+Blue) = 146+251+237=634 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.03% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FBED is #6D0412. Grayscale: #D9D9D9. Windows color (decimal): -7144467 or 15596434. OLE color: 15596434.

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

Color convert

RGB 146 251 237 -
CMYK 0.42 0 0.06 0.02
HSL 172º 0.93% 0.78% -
HSV(B) 172º 0.42% 0.98% -
XYZ 61.64 81.22 92.55 -
YUV 218.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 146 251 237 0.42 0 0.06 0.02 172 0.93 0.78
Hex 92 FB ED 2A 0 6 2 AC 5D 4E
Octal 222 373 355 52 0 6 2 254 135 116
Binary 10010010 11111011 11101101 101010 0 110 10 10101100 1011101 1001110

Color Harmonies of #92FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FBED

Black with #92FBED

Text Example


Text Example

White with #92FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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