#97CFFF

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

Shades of Columbia Blue #97CFFF

Tints of Columbia Blue #97CFFF

Color information

#97CFFF (or 0x97CFFF) is unknown color: approx Columbia Blue. HEX triplet: 97, CF and FF. RGB value is (151,207,255). Sum of RGB (Red+Green+Blue) = 151+207+255=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #97CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97CFFF is #683000. Grayscale: #C3C3C3. Windows color (decimal): -6828033 or 16764823. OLE color: 16764823.

HSL color Cylindrical-coordinate representation of color #97CFFF: hue angle of 207.69º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97CFFF is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB151207255-
CMYK0.410.1900
HSL207.69º100%79.61%-
HSV(B)207.69º40.78%100%-
XYZ53.1358.42103.08-
YUV195.73161.4596.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.63%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 255 (100% from 255) = 41.60%
R=24.63%
G=33.77%
B=41.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512072550.410.1900207.6910079.61
Hex97CFFF291300d06450
Octal227317377512300320144120
Binary10010111110011111111111110100110011001101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,207,255); }

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

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

 a { background-color: rgb(151,207,255); }

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

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

 span { border-color: rgb(151,207,255); }

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