#97DEFE

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

Shades of Columbia Blue #97DEFE

Tints of Columbia Blue #97DEFE

Color information

#97DEFE (or 0x97DEFE) is unknown color: approx Columbia Blue. HEX triplet: 97, DE and FE. RGB value is (151,222,254). Sum of RGB (Red+Green+Blue) = 151+222+254=627 (83% of max value = 765). Red value is 151 (59.38% from 255 or 24.08% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #97DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DEFE is #682101. Grayscale: #CCCCCC. Windows color (decimal): -6824194 or 16703127. OLE color: 16703127.

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

Color convert

RGB151222254-
CMYK0.410.1300.00
HSL198.64º98.1%79.41%-
HSV(B)198.64º40.55%99.61%-
XYZ56.7765.98103.51-
YUV204.42155.9889.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.08%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=24.08%
G=35.41%
B=40.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512222540.410.1300.00198.6498.179.41
Hex97DEFE29D00c7624f
Octal227336376511500307142117
Binary1001011111011110111111101010011101001100011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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