#9DDDFD

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

Shades of Columbia Blue #9DDDFD

Tints of Columbia Blue #9DDDFD

Color information

#9DDDFD (or 0x9DDDFD) is unknown color: approx Columbia Blue. HEX triplet: 9D, DD and FD. RGB value is (157,221,253). Sum of RGB (Red+Green+Blue) = 157+221+253=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFD is #622202. Grayscale: #CDCDCD. Windows color (decimal): -6431235 or 16637341. OLE color: 16637341.

HSL color Cylindrical-coordinate representation of color #9DDDFD: hue angle of 200º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DDDFD is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157221253-
CMYK0.380.1300.01
HSL200º96%80.39%-
HSV(B)200º37.94%99.22%-
XYZ57.4965.97102.63-
YUV205.51154.893.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.88%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=24.88%
G=35.02%
B=40.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572212530.380.1300.012009680.39
Hex9DDDFD26D01c86050
Octal235335375461501310140120
Binary1001110111011101111111011001101101011100100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DDDFD; }

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

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

<style>
 a { background-color: #9DDDFD; }

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

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

<style>
 span { border-color: #9DDDFD; }

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

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