#9DD2F9

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

Shades of Columbia Blue #9DD2F9

Tints of Columbia Blue #9DD2F9

Color information

#9DD2F9 (or 0x9DD2F9) is unknown color: approx Columbia Blue. HEX triplet: 9D, D2 and F9. RGB value is (157,210,249). Sum of RGB (Red+Green+Blue) = 157+210+249=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #9DD2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2F9 is #622D06. Grayscale: #C6C6C6. Windows color (decimal): -6434055 or 16372381. OLE color: 16372381.

HSL color Cylindrical-coordinate representation of color #9DD2F9: hue angle of 205.43º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DD2F9 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157210249-
CMYK0.370.1600.02
HSL205.43º88.46%79.61%-
HSV(B)205.43º36.95%97.65%-
XYZ54.0560.198.37-
YUV198.6156.4498.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.49%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=25.49%
G=34.09%
B=40.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572102490.370.1600.02205.4388.4679.61
Hex9DD2F9251002cd5850
Octal235322371452002315130120
Binary100111011101001011111001100101100000101100110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,210,249); }

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

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

 a { background-color: rgb(157,210,249); }

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

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

 span { border-color: rgb(157,210,249); }

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