#97D5FA

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

Shades of Columbia Blue #97D5FA

Tints of Columbia Blue #97D5FA

Color information

#97D5FA (or 0x97D5FA) is unknown color: approx Columbia Blue. HEX triplet: 97, D5 and FA. RGB value is (151,213,250). Sum of RGB (Red+Green+Blue) = 151+213+250=614 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.59% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #97D5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D5FA is #682A05. Grayscale: #C6C6C6. Windows color (decimal): -6826502 or 16438679. OLE color: 16438679.

HSL color Cylindrical-coordinate representation of color #97D5FA: hue angle of 202.42º degrees, saturation: 0.91, 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 #97D5FA is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151213250-
CMYK0.400.1500.02
HSL202.42º90.83%78.63%-
HSV(B)202.42º39.6%98.04%-
XYZ53.8161.0799.39-
YUV198.68156.9693.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.59%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=24.59%
G=34.69%
B=40.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512132500.400.1500.02202.4290.8378.63
Hex97D5FA28F02ca5b4f
Octal227325372501702312133117
Binary10010111110101011111101010100011110101100101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,213,250); }

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

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

 a { background-color: rgb(151,213,250); }

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

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

 span { border-color: rgb(151,213,250); }

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