#97EBFE

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

Shades of Columbia Blue #97EBFE

Tints of Columbia Blue #97EBFE

Color information

#97EBFE (or 0x97EBFE) is unknown color: approx Columbia Blue. HEX triplet: 97, EB and FE. RGB value is (151,235,254). Sum of RGB (Red+Green+Blue) = 151+235+254=640 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.59% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #97EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EBFE is #681401. Grayscale: #D3D3D3. Windows color (decimal): -6820866 or 16706455. OLE color: 16706455.

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

Color convert

RGB151235254-
CMYK0.410.0700.00
HSL191.07º98.1%79.41%-
HSV(B)191.07º40.55%99.61%-
XYZ60.3673.15104.7-
YUV212.05151.6784.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.59%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=23.59%
G=36.72%
B=39.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512352540.410.0700.00191.0798.179.41
Hex97EBFE29700bf624f
Octal22735337651700277142117
Binary100101111110101111111110101001111001011111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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