#97E9FB

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

Shades of Columbia Blue #97E9FB

Tints of Columbia Blue #97E9FB

Color information

#97E9FB (or 0x97E9FB) is unknown color: approx Columbia Blue. HEX triplet: 97, E9 and FB. RGB value is (151,233,251). Sum of RGB (Red+Green+Blue) = 151+233+251=635 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.78% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #97E9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97E9FB is #681604. Grayscale: #D2D2D2. Windows color (decimal): -6821381 or 16509335. OLE color: 16509335.

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

Color convert

RGB151233251-
CMYK0.400.0700.02
HSL190.8º92.59%78.82%-
HSV(B)190.8º39.84%98.43%-
XYZ59.3171.82102-
YUV210.53150.8385.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.78%
GREEN value IS 233 (91.41% from 255) = 36.69%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=23.78%
G=36.69%
B=39.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512332510.400.0700.02190.892.5978.82
Hex97E9FB28702bf5d4f
Octal22735137350702277135117
Binary1001011111101001111110111010001110101011111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,233,251); }

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

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

 a { background-color: rgb(151,233,251); }

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

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

 span { border-color: rgb(151,233,251); }

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