#97C8FB

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

Shades of Light Sky Blue #97C8FB

Tints of Light Sky Blue #97C8FB

Color information

#97C8FB (or 0x97C8FB) is unknown color: approx Light Sky Blue. HEX triplet: 97, C8 and FB. RGB value is (151,200,251). Sum of RGB (Red+Green+Blue) = 151+200+251=602 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.08% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #97C8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C8FB is #683704. Grayscale: #BEBEBE. Windows color (decimal): -6829829 or 16500887. OLE color: 16500887.

HSL color Cylindrical-coordinate representation of color #97C8FB: hue angle of 210.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97C8FB is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151200251-
CMYK0.400.2000.02
HSL210.6º92.59%78.82%-
HSV(B)210.6º39.84%98.43%-
XYZ50.8354.8599.18-
YUV191.16161.7799.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.08%
GREEN value IS 200 (78.52% from 255) = 33.22%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=25.08%
G=33.22%
B=41.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512002510.400.2000.02210.692.5978.82
Hex97C8FB281402d35d4f
Octal227310373502402323135117
Binary100101111100100011111011101000101000101101001110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,200,251); }

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

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

 a { background-color: rgb(151,200,251); }

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

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

 span { border-color: rgb(151,200,251); }

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