#97DFFB

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

Shades of Columbia Blue #97DFFB

Tints of Columbia Blue #97DFFB

Color information

#97DFFB (or 0x97DFFB) is unknown color: approx Columbia Blue. HEX triplet: 97, DF and FB. RGB value is (151,223,251). Sum of RGB (Red+Green+Blue) = 151+223+251=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #97DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DFFB is #682004. Grayscale: #CCCCCC. Windows color (decimal): -6823941 or 16506775. OLE color: 16506775.

HSL color Cylindrical-coordinate representation of color #97DFFB: hue angle of 196.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97DFFB is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151223251-
CMYK0.400.1100.02
HSL196.8º92.59%78.82%-
HSV(B)196.8º39.84%98.43%-
XYZ56.5666.32101.09-
YUV204.66154.1589.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.16%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=24.16%
G=35.68%
B=40.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512232510.400.1100.02196.892.5978.82
Hex97DFFB28B02c55d4f
Octal227337373501302305135117
Binary10010111110111111111101110100010110101100010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,223,251); }

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

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

 a { background-color: rgb(151,223,251); }

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

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

 span { border-color: rgb(151,223,251); }

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