#97DDFD

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

Shades of Columbia Blue #97DDFD

Tints of Columbia Blue #97DDFD

Color information

#97DDFD (or 0x97DDFD) is unknown color: approx Columbia Blue. HEX triplet: 97, DD and FD. RGB value is (151,221,253). Sum of RGB (Red+Green+Blue) = 151+221+253=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #97DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DDFD is #682202. Grayscale: #CBCBCB. Windows color (decimal): -6824451 or 16637335. OLE color: 16637335.

HSL color Cylindrical-coordinate representation of color #97DDFD: hue angle of 198.82º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97DDFD is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151221253-
CMYK0.400.1300.01
HSL198.82º96.23%79.22%-
HSV(B)198.82º40.32%99.22%-
XYZ56.3565.38102.58-
YUV203.72155.8190.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.16%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=24.16%
G=35.36%
B=40.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512212530.400.1300.01198.8296.2379.22
Hex97DDFD28D01c7604f
Octal227335375501501307140117
Binary1001011111011101111111011010001101011100011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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