#97C2FE

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

Shades of Light Sky Blue #97C2FE

Tints of Light Sky Blue #97C2FE

Color information

#97C2FE (or 0x97C2FE) is unknown color: approx Light Sky Blue. HEX triplet: 97, C2 and FE. RGB value is (151,194,254). Sum of RGB (Red+Green+Blue) = 151+194+254=599 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.21% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #97C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C2FE is #683D01. Grayscale: #BBBBBB. Windows color (decimal): -6831362 or 16695959. OLE color: 16695959.

HSL color Cylindrical-coordinate representation of color #97C2FE: hue angle of 214.95º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97C2FE is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151194254-
CMYK0.410.2400.00
HSL214.95º98.1%79.41%-
HSV(B)214.95º40.55%99.61%-
XYZ49.9452.32101.23-
YUV187.98165.25101.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.21%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=25.21%
G=32.39%
B=42.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511942540.410.2400.00214.9598.179.41
Hex97C2FE291800d7624f
Octal227302376513000327142117
Binary10010111110000101111111010100111000001101011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,194,254); }

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

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

 a { background-color: rgb(151,194,254); }

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

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

 span { border-color: rgb(151,194,254); }

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