Html Css Color HEX #92FAFA Electric Blue

📋 copy color: '#92FAFA'

red 146 ◦ green 250 ◦ blue 250

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

Shades of Electric Blue #92FAFA

Tints of Electric Blue #92FAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.7%

 BLUE value IS 250 (98.05% from 255) = 38.7%

R = 22.6%
G = 38.7%
B = 38.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#92FAFA (or 0x92FAFA) is known color: Electric Blue. HEX triplet: 92, FA and FA. RGB value is (146,250,250). Sum of RGB (Red+Green+Blue) = 146+250+250=646 (85% of max value = 765). Red value is 146 (57.42% from 255 or 22.60% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #92FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FAFA is #6D0505. Grayscale: #DADADA. Windows color (decimal): -7144710 or 16448146. OLE color: 16448146.

HSL color Cylindrical-coordinate representation of color #92FAFA: hue angle of 180º degrees, saturation: 0.91, 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 #92FAFA is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 250 250 -
CMYK 0.42 0 0 0.02
HSL 180º 0.91% 0.78% -
HSV(B) 180º 0.42% 0.98% -
XYZ 63.29 81.38 102.82 -
YUV 218.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 146 250 250 0.42 0 0 0.02 180 0.91 0.78
Hex 92 FA FA 2A 0 0 2 B4 5B 4E
Octal 222 372 372 52 0 0 2 264 133 116
Binary 10010010 11111010 11111010 101010 0 0 10 10110100 1011011 1001110

Color Harmonies of #92FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92FAFA

Black with #92FAFA

Text Example


Text Example

White with #92FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,250,250); }

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

background-color css

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

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

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

border-color css

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

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

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