#97EAFE

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

Shades of Columbia Blue #97EAFE

Tints of Columbia Blue #97EAFE

Color information

#97EAFE (or 0x97EAFE) is unknown color: approx Columbia Blue. HEX triplet: 97, EA and FE. RGB value is (151,234,254). Sum of RGB (Red+Green+Blue) = 151+234+254=639 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.63% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #97EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EAFE is #681501. Grayscale: #D3D3D3. Windows color (decimal): -6821122 or 16706199. OLE color: 16706199.

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

Color convert

RGB151234254-
CMYK0.410.0800.00
HSL191.65º98.1%79.41%-
HSV(B)191.65º40.55%99.61%-
XYZ60.0772.58104.61-
YUV211.4615284.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.63%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=23.63%
G=36.62%
B=39.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512342540.410.0800.00191.6598.179.41
Hex97EAFE29800c0624f
Octal227352376511000300142117
Binary1001011111101010111111101010011000001100000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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