#97E6F9

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

Shades of Columbia Blue #97E6F9

Tints of Columbia Blue #97E6F9

Color information

#97E6F9 (or 0x97E6F9) is unknown color: approx Columbia Blue. HEX triplet: 97, E6 and F9. RGB value is (151,230,249). Sum of RGB (Red+Green+Blue) = 151+230+249=630 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.97% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #97E6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97E6F9 is #681906. Grayscale: #D0D0D0. Windows color (decimal): -6822151 or 16377495. OLE color: 16377495.

HSL color Cylindrical-coordinate representation of color #97E6F9: hue angle of 191.63º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97E6F9 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151230249-
CMYK0.390.0800.02
HSL191.63º89.09%78.43%-
HSV(B)191.63º39.36%97.65%-
XYZ58.1670.01100.07-
YUV208.54150.8386.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.97%
GREEN value IS 230 (90.23% from 255) = 36.51%
BLUE value IS 249 (97.66% from 255) = 39.52%
R=23.97%
G=36.51%
B=39.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512302490.390.0800.02191.6389.0978.43
Hex97E6F927802c0594e
Octal227346371471002300131116
Binary10010111111001101111100110011110000101100000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,230,249); }

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

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

 a { background-color: rgb(151,230,249); }

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

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

 span { border-color: rgb(151,230,249); }

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