#97FAFD

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

Shades of Electric Blue #97FAFD

Tints of Electric Blue #97FAFD

Color information

#97FAFD (or 0x97FAFD) is unknown color: approx Electric Blue. HEX triplet: 97, FA and FD. RGB value is (151,250,253). Sum of RGB (Red+Green+Blue) = 151+250+253=654 (86% of max value = 765). Red value is 151 (59.38% from 255 or 23.09% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #97FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97FAFD is #680502. Grayscale: #DCDCDC. Windows color (decimal): -6817027 or 16644759. OLE color: 16644759.

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

Color convert

RGB151250253-
CMYK0.400.0100.01
HSL181.76º96.23%79.22%-
HSV(B)181.76º40.32%99.22%-
XYZ64.6882.04105.36-
YUV220.74146.278.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.09%
GREEN value IS 250 (98.05% from 255) = 38.23%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=23.09%
G=38.23%
B=38.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512502530.400.0100.01181.7696.2379.22
Hex97FAFD28101b6604f
Octal22737237550101266140117
Binary1001011111111010111111011010001011011011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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