#97CDF9

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

Shades of Light Sky Blue #97CDF9

Tints of Light Sky Blue #97CDF9

Color information

#97CDF9 (or 0x97CDF9) is unknown color: approx Light Sky Blue. HEX triplet: 97, CD and F9. RGB value is (151,205,249). Sum of RGB (Red+Green+Blue) = 151+205+249=605 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.96% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #97CDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CDF9 is #683206. Grayscale: #C1C1C1. Windows color (decimal): -6828551 or 16371095. OLE color: 16371095.

HSL color Cylindrical-coordinate representation of color #97CDF9: hue angle of 206.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97CDF9 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151205249-
CMYK0.390.1800.02
HSL206.94º89.09%78.43%-
HSV(B)206.94º39.36%97.65%-
XYZ51.6957.0897.92-
YUV193.87159.1197.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.96%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=24.96%
G=33.88%
B=41.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512052490.390.1800.02206.9489.0978.43
Hex97CDF9271202cf594e
Octal227315371472202317131116
Binary100101111100110111111001100111100100101100111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,205,249); }

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

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

 a { background-color: rgb(151,205,249); }

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

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

 span { border-color: rgb(151,205,249); }

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