#97C3FE

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

Shades of Light Sky Blue #97C3FE

Tints of Light Sky Blue #97C3FE

Color information

#97C3FE (or 0x97C3FE) is unknown color: approx Light Sky Blue. HEX triplet: 97, C3 and FE. RGB value is (151,195,254). Sum of RGB (Red+Green+Blue) = 151+195+254=600 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.17% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #97C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C3FE is #683C01. Grayscale: #BCBCBC. Windows color (decimal): -6831106 or 16696215. OLE color: 16696215.

HSL color Cylindrical-coordinate representation of color #97C3FE: hue angle of 214.37º 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 #97C3FE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151195254-
CMYK0.410.2300.00
HSL214.37º98.1%79.41%-
HSV(B)214.37º40.55%99.61%-
XYZ50.1752.77101.31-
YUV188.57164.92101.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.17%
GREEN value IS 195 (76.56% from 255) = 32.5%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=25.17%
G=32.5%
B=42.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511952540.410.2300.00214.3798.179.41
Hex97C3FE291700d6624f
Octal227303376512700326142117
Binary10010111110000111111111010100110111001101011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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