#92FAFD

Color #92FAFD Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #92FAFD

Tints of Electric Blue #92FAFD

Color information

#92FAFD (or 0x92FAFD) is unknown color: approx Electric Blue. HEX triplet: 92, FA and FD. RGB value is (146,250,253). Sum of RGB (Red+Green+Blue) = 146+250+253=649 (85% of max value = 765). Red value is 146 (57.42% from 255 or 22.50% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #92FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FAFD is #6D0502. Grayscale: #DBDBDB. Windows color (decimal): -7144707 or 16644754. OLE color: 16644754.

HSL color Cylindrical-coordinate representation of color #92FAFD: hue angle of 181.68º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FAFD is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146250253-
CMYK0.420.0100.01
HSL181.68º96.4%78.24%-
HSV(B)181.68º42.29%99.22%-
XYZ63.7781.57105.31-
YUV219.25147.0475.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 22.50%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=22.50%
G=38.52%
B=38.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462502530.420.0100.01181.6896.478.24
Hex92FAFD2A101b6604e
Octal22237237552101266140116
Binary1001001011111010111111011010101011011011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #92FAFD;
 }
 .AnyTagClassName
 {
   color: #92FAFD;
 }
</style>
background-color css

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

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

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

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

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

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