#97DDFE

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

Shades of Columbia Blue #97DDFE

Tints of Columbia Blue #97DDFE

Color information

#97DDFE (or 0x97DDFE) is unknown color: approx Columbia Blue. HEX triplet: 97, DD and FE. RGB value is (151,221,254). Sum of RGB (Red+Green+Blue) = 151+221+254=626 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.12% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #97DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DDFE is #682201. Grayscale: #CBCBCB. Windows color (decimal): -6824450 or 16702871. OLE color: 16702871.

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

Color convert

RGB151221254-
CMYK0.410.1300.00
HSL199.22º98.1%79.41%-
HSV(B)199.22º40.55%99.61%-
XYZ56.5165.45103.42-
YUV203.83156.3190.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.12%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=24.12%
G=35.30%
B=40.58%

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
Decimal1512212540.410.1300.00199.2298.179.41
Hex97DDFE29D00c7624f
Octal227335376511500307142117
Binary1001011111011101111111101010011101001100011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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