#97E2FE

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

Shades of Columbia Blue #97E2FE

Tints of Columbia Blue #97E2FE

Color information

#97E2FE (or 0x97E2FE) is unknown color: approx Columbia Blue. HEX triplet: 97, E2 and FE. RGB value is (151,226,254). Sum of RGB (Red+Green+Blue) = 151+226+254=631 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.93% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #97E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E2FE is #681D01. Grayscale: #CECECE. Windows color (decimal): -6823170 or 16704151. OLE color: 16704151.

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

Color convert

RGB151226254-
CMYK0.410.1100.00
HSL196.31º98.1%79.41%-
HSV(B)196.31º40.55%99.61%-
XYZ57.8568.13103.87-
YUV206.77154.6588.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.93%
GREEN value IS 226 (88.67% from 255) = 35.82%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=23.93%
G=35.82%
B=40.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512262540.410.1100.00196.3198.179.41
Hex97E2FE29B00c4624f
Octal227342376511300304142117
Binary1001011111100010111111101010011011001100010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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