#9DDDF3

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

Shades of Columbia Blue #9DDDF3

Tints of Columbia Blue #9DDDF3

Color information

#9DDDF3 (or 0x9DDDF3) is unknown color: approx Columbia Blue. HEX triplet: 9D, DD and F3. RGB value is (157,221,243). Sum of RGB (Red+Green+Blue) = 157+221+243=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DDDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDF3 is #62220C. Grayscale: #CCCCCC. Windows color (decimal): -6431245 or 15981981. OLE color: 15981981.

HSL color Cylindrical-coordinate representation of color #9DDDF3: hue angle of 195.35º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DDDF3 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157221243-
CMYK0.350.0900.05
HSL195.35º78.18%78.43%-
HSV(B)195.35º35.39%95.29%-
XYZ55.9465.3594.46-
YUV204.37149.894.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.28%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=25.28%
G=35.59%
B=39.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572212430.350.0900.05195.3578.1878.43
Hex9DDDF323905c34e4e
Octal235335363431105303116116
Binary100111011101110111110011100011100101011100001110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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