#97C7F8

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

Shades of Light Sky Blue #97C7F8

Tints of Light Sky Blue #97C7F8

Color information

#97C7F8 (or 0x97C7F8) is unknown color: approx Light Sky Blue. HEX triplet: 97, C7 and F8. RGB value is (151,199,248). Sum of RGB (Red+Green+Blue) = 151+199+248=598 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.25% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #97C7F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C7F8 is #683807. Grayscale: #BDBDBD. Windows color (decimal): -6830088 or 16304023. OLE color: 16304023.

HSL color Cylindrical-coordinate representation of color #97C7F8: hue angle of 210.31º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97C7F8 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB151199248-
CMYK0.390.2000.03
HSL210.31º87.39%78.24%-
HSV(B)210.31º39.11%97.25%-
XYZ50.1354.296.63-
YUV190.23160.6100.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.25%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 248 (97.27% from 255) = 41.47%
R=25.25%
G=33.28%
B=41.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1511992480.390.2000.03210.3187.3978.24
Hex97C7F8271403d2574e
Octal227307370472403322127116
Binary100101111100011111111000100111101000111101001010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,199,248); }

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

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

 a { background-color: rgb(151,199,248); }

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

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

 span { border-color: rgb(151,199,248); }

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