#97DBFE

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

Shades of Columbia Blue #97DBFE

Tints of Columbia Blue #97DBFE

Color information

#97DBFE (or 0x97DBFE) is unknown color: approx Columbia Blue. HEX triplet: 97, DB and FE. RGB value is (151,219,254). Sum of RGB (Red+Green+Blue) = 151+219+254=624 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.20% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #97DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DBFE is #682401. Grayscale: #CACACA. Windows color (decimal): -6824962 or 16702359. OLE color: 16702359.

HSL color Cylindrical-coordinate representation of color #97DBFE: hue angle of 200.39º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97DBFE is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151219254-
CMYK0.410.1400.00
HSL200.39º98.1%79.41%-
HSV(B)200.39º40.55%99.61%-
XYZ55.9864.4103.25-
YUV202.66156.9791.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.20%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=24.20%
G=35.10%
B=40.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512192540.410.1400.00200.3998.179.41
Hex97DBFE29E00c8624f
Octal227333376511600310142117
Binary1001011111011011111111101010011110001100100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,219,254); }

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

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

 a { background-color: rgb(151,219,254); }

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

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

 span { border-color: rgb(151,219,254); }

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