#97CBFC

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

Shades of Light Sky Blue #97CBFC

Tints of Light Sky Blue #97CBFC

Color information

#97CBFC (or 0x97CBFC) is unknown color: approx Light Sky Blue. HEX triplet: 97, CB and FC. RGB value is (151,203,252). Sum of RGB (Red+Green+Blue) = 151+203+252=606 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.92% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #97CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CBFC is #683403. Grayscale: #C0C0C0. Windows color (decimal): -6829060 or 16567191. OLE color: 16567191.

HSL color Cylindrical-coordinate representation of color #97CBFC: hue angle of 209.11º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97CBFC is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151203252-
CMYK0.400.1900.01
HSL209.11º94.39%79.02%-
HSV(B)209.11º40.08%98.82%-
XYZ51.6956.32100.24-
YUV193.04161.2798.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.92%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=24.92%
G=33.50%
B=41.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512032520.400.1900.01209.1194.3979.02
Hex97CBFC281301d15e4f
Octal227313374502301321136117
Binary10010111110010111111110010100010011011101000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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