#97C9FC

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

Shades of Light Sky Blue #97C9FC

Tints of Light Sky Blue #97C9FC

Color information

#97C9FC (or 0x97C9FC) is unknown color: approx Light Sky Blue. HEX triplet: 97, C9 and FC. RGB value is (151,201,252). Sum of RGB (Red+Green+Blue) = 151+201+252=604 (80% of max value = 765). Red value is 151 (59.38% from 255 or 25% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #97C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C9FC is #683603. Grayscale: #BFBFBF. Windows color (decimal): -6829572 or 16566679. OLE color: 16566679.

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

Color convert

RGB151201252-
CMYK0.400.2000.01
HSL210.3º94.39%79.02%-
HSV(B)210.3º40.08%98.82%-
XYZ51.2255.38100.09-
YUV191.86161.9498.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=25%
G=33.28%
B=41.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512012520.400.2000.01210.394.3979.02
Hex97C9FC281401d25e4f
Octal227311374502401322136117
Binary10010111110010011111110010100010100011101001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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