#9DDDFF

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

Shades of Columbia Blue #9DDDFF

Tints of Columbia Blue #9DDDFF

Color information

#9DDDFF (or 0x9DDDFF) is unknown color: approx Columbia Blue. HEX triplet: 9D, DD and FF. RGB value is (157,221,255). Sum of RGB (Red+Green+Blue) = 157+221+255=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFF is #622200. Grayscale: #CDCDCD. Windows color (decimal): -6431233 or 16768413. OLE color: 16768413.

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

Color convert

RGB157221255-
CMYK0.380.1300
HSL200.82º100%80.78%-
HSV(B)200.82º38.43%100%-
XYZ57.8166.1104.32-
YUV205.74155.893.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.80%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 255 (100% from 255) = 40.28%
R=24.80%
G=34.91%
B=40.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572212550.380.1300200.8210080.78
Hex9DDDFF26D00c96451
Octal235335377461500311144121
Binary1001110111011101111111111001101101001100100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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