#97D9FC

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

Shades of Columbia Blue #97D9FC

Tints of Columbia Blue #97D9FC

Color information

#97D9FC (or 0x97D9FC) is unknown color: approx Columbia Blue. HEX triplet: 97, D9 and FC. RGB value is (151,217,252). Sum of RGB (Red+Green+Blue) = 151+217+252=620 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.35% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #97D9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D9FC is #682603. Grayscale: #C9C9C9. Windows color (decimal): -6825476 or 16570775. OLE color: 16570775.

HSL color Cylindrical-coordinate representation of color #97D9FC: hue angle of 200.79º 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 #97D9FC is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151217252-
CMYK0.400.1400.01
HSL200.79º94.39%79.02%-
HSV(B)200.79º40.08%98.82%-
XYZ55.1563.23101.39-
YUV201.26156.6392.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.35%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=24.35%
G=35%
B=40.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512172520.400.1400.01200.7994.3979.02
Hex97D9FC28E01c95e4f
Octal227331374501601311136117
Binary1001011111011001111111001010001110011100100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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