#97DAFA

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

Shades of Columbia Blue #97DAFA

Tints of Columbia Blue #97DAFA

Color information

#97DAFA (or 0x97DAFA) is unknown color: approx Columbia Blue. HEX triplet: 97, DA and FA. RGB value is (151,218,250). Sum of RGB (Red+Green+Blue) = 151+218+250=619 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.39% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #97DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DAFA is #682505. Grayscale: #C9C9C9. Windows color (decimal): -6825222 or 16439959. OLE color: 16439959.

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

Color convert

RGB151218250-
CMYK0.400.1300.02
HSL199.39º90.83%78.63%-
HSV(B)199.39º39.6%98.04%-
XYZ55.0963.6299.82-
YUV201.62155.391.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.39%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=24.39%
G=35.22%
B=40.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512182500.400.1300.02199.3990.8378.63
Hex97DAFA28D02c75b4f
Octal227332372501502307133117
Binary10010111110110101111101010100011010101100011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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