#97D7FE

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

Shades of Columbia Blue #97D7FE

Tints of Columbia Blue #97D7FE

Color information

#97D7FE (or 0x97D7FE) is unknown color: approx Columbia Blue. HEX triplet: 97, D7 and FE. RGB value is (151,215,254). Sum of RGB (Red+Green+Blue) = 151+215+254=620 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.35% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #97D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D7FE is #682801. Grayscale: #C8C8C8. Windows color (decimal): -6825986 or 16701335. OLE color: 16701335.

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

Color convert

RGB151215254-
CMYK0.410.1500.00
HSL202.72º98.1%79.41%-
HSV(B)202.72º40.55%99.61%-
XYZ54.9562.34102.9-
YUV200.31158.392.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.35%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=24.35%
G=34.68%
B=40.97%

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
Decimal1512152540.410.1500.00202.7298.179.41
Hex97D7FE29F00cb624f
Octal227327376511700313142117
Binary1001011111010111111111101010011111001100101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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