#9DD2FC

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

Shades of Columbia Blue #9DD2FC

Tints of Columbia Blue #9DD2FC

Color information

#9DD2FC (or 0x9DD2FC) is unknown color: approx Columbia Blue. HEX triplet: 9D, D2 and FC. RGB value is (157,210,252). Sum of RGB (Red+Green+Blue) = 157+210+252=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DD2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD2FC is #622D03. Grayscale: #C6C6C6. Windows color (decimal): -6434052 or 16568989. OLE color: 16568989.

HSL color Cylindrical-coordinate representation of color #9DD2FC: hue angle of 206.53º degrees, saturation: 0.94, 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 #9DD2FC is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157210252-
CMYK0.380.1700.01
HSL206.53º94.06%80.2%-
HSV(B)206.53º37.7%98.82%-
XYZ54.5260.29100.86-
YUV198.94157.9498.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.36%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=25.36%
G=33.93%
B=40.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572102520.380.1700.01206.5394.0680.2
Hex9DD2FC261101cf5e50
Octal235322374462101317136120
Binary10011101110100101111110010011010001011100111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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