#97CBFF

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

Shades of Light Sky Blue #97CBFF

Tints of Light Sky Blue #97CBFF

Color information

#97CBFF (or 0x97CBFF) is unknown color: approx Light Sky Blue. HEX triplet: 97, CB and FF. RGB value is (151,203,255). Sum of RGB (Red+Green+Blue) = 151+203+255=609 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.79% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #97CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CBFF is #683400. Grayscale: #C1C1C1. Windows color (decimal): -6829057 or 16763799. OLE color: 16763799.

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

Color convert

RGB151203255-
CMYK0.410.2000
HSL210º100%79.61%-
HSV(B)210º40.78%100%-
XYZ52.1756.51102.77-
YUV193.38162.7797.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.79%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 41.87%
R=24.79%
G=33.33%
B=41.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512032550.410.200021010079.61
Hex97CBFF291400d26450
Octal227313377512400322144120
Binary10010111110010111111111110100110100001101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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