#97C5FC

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

Shades of Light Sky Blue #97C5FC

Tints of Light Sky Blue #97C5FC

Color information

#97C5FC (or 0x97C5FC) is unknown color: approx Light Sky Blue. HEX triplet: 97, C5 and FC. RGB value is (151,197,252). Sum of RGB (Red+Green+Blue) = 151+197+252=600 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.17% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #97C5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C5FC is #683A03. Grayscale: #BDBDBD. Windows color (decimal): -6830596 or 16565655. OLE color: 16565655.

HSL color Cylindrical-coordinate representation of color #97C5FC: hue angle of 212.67º degrees, saturation: 0.94, 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 #97C5FC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151197252-
CMYK0.400.2200.01
HSL212.67º94.39%79.02%-
HSV(B)212.67º40.08%98.82%-
XYZ50.353.5499.78-
YUV189.52163.26100.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.17%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 252 (98.83% from 255) = 42%
R=25.17%
G=32.83%
B=42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511972520.400.2200.01212.6794.3979.02
Hex97C5FC281601d55e4f
Octal227305374502601325136117
Binary10010111110001011111110010100010110011101010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,197,252); }

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

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

 a { background-color: rgb(151,197,252); }

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

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

 span { border-color: rgb(151,197,252); }

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