#97D8FE

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

Shades of Columbia Blue #97D8FE

Tints of Columbia Blue #97D8FE

Color information

#97D8FE (or 0x97D8FE) is unknown color: approx Columbia Blue. HEX triplet: 97, D8 and FE. RGB value is (151,216,254). Sum of RGB (Red+Green+Blue) = 151+216+254=621 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.32% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #97D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D8FE is #682701. Grayscale: #C8C8C8. Windows color (decimal): -6825730 or 16701591. OLE color: 16701591.

HSL color Cylindrical-coordinate representation of color #97D8FE: hue angle of 202.14º 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 #97D8FE is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151216254-
CMYK0.410.1500.00
HSL202.14º98.1%79.41%-
HSV(B)202.14º40.55%99.61%-
XYZ55.2162.85102.99-
YUV200.9157.9792.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.32%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=24.32%
G=34.78%
B=40.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512162540.410.1500.00202.1498.179.41
Hex97D8FE29F00ca624f
Octal227330376511700312142117
Binary1001011111011000111111101010011111001100101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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