#97E4FE

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

Shades of Columbia Blue #97E4FE

Tints of Columbia Blue #97E4FE

Color information

#97E4FE (or 0x97E4FE) is unknown color: approx Columbia Blue. HEX triplet: 97, E4 and FE. RGB value is (151,228,254). Sum of RGB (Red+Green+Blue) = 151+228+254=633 (83% of max value = 765). Red value is 151 (59.38% from 255 or 23.85% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #97E4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97E4FE is #681B01. Grayscale: #CFCFCF. Windows color (decimal): -6822658 or 16704663. OLE color: 16704663.

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

Color convert

RGB151228254-
CMYK0.410.1000.00
HSL195.15º98.1%79.41%-
HSV(B)195.15º40.55%99.61%-
XYZ58.469.22104.05-
YUV207.94153.9987.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.85%
GREEN value IS 228 (89.45% from 255) = 36.02%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=23.85%
G=36.02%
B=40.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512282540.410.1000.00195.1598.179.41
Hex97E4FE29A00c3624f
Octal227344376511200303142117
Binary1001011111100100111111101010011010001100001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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