#97BFFF

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

Shades of Light Sky Blue #97BFFF

Tints of Light Sky Blue #97BFFF

Color information

#97BFFF (or 0x97BFFF) is unknown color: approx Light Sky Blue. HEX triplet: 97, BF and FF. RGB value is (151,191,255). Sum of RGB (Red+Green+Blue) = 151+191+255=597 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.29% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #97BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFFF is #684000. Grayscale: #BABABA. Windows color (decimal): -6832129 or 16760727. OLE color: 16760727.

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

Color convert

RGB151191255-
CMYK0.410.2500
HSL216.92º100%79.61%-
HSV(B)216.92º40.78%100%-
XYZ49.4451.06101.86-
YUV186.34166.75102.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.29%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 255 (100% from 255) = 42.71%
R=25.29%
G=31.99%
B=42.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1511912550.410.2500216.9210079.61
Hex97BFFF291900d96450
Octal227277377513100331144120
Binary10010111101111111111111110100111001001101100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,255); }

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

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

 a { background-color: rgb(151,191,255); }

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

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

 span { border-color: rgb(151,191,255); }

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