#97DFFC

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

Shades of Columbia Blue #97DFFC

Tints of Columbia Blue #97DFFC

Color information

#97DFFC (or 0x97DFFC) is unknown color: approx Columbia Blue. HEX triplet: 97, DF and FC. RGB value is (151,223,252). Sum of RGB (Red+Green+Blue) = 151+223+252=626 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.12% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #97DFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DFFC is #682003. Grayscale: #CCCCCC. Windows color (decimal): -6823940 or 16572311. OLE color: 16572311.

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

Color convert

RGB151223252-
CMYK0.400.1200.01
HSL197.23º94.39%79.02%-
HSV(B)197.23º40.08%98.82%-
XYZ56.7266.38101.92-
YUV204.78154.6589.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.12%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=24.12%
G=35.62%
B=40.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512232520.400.1200.01197.2394.3979.02
Hex97DFFC28C01c55e4f
Octal227337374501401305136117
Binary1001011111011111111111001010001100011100010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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