#9DDCFF

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

Shades of Columbia Blue #9DDCFF

Tints of Columbia Blue #9DDCFF

Color information

#9DDCFF (or 0x9DDCFF) is unknown color: approx Columbia Blue. HEX triplet: 9D, DC and FF. RGB value is (157,220,255). Sum of RGB (Red+Green+Blue) = 157+220+255=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDCFF is #622300. Grayscale: #CCCCCC. Windows color (decimal): -6431489 or 16768157. OLE color: 16768157.

HSL color Cylindrical-coordinate representation of color #9DDCFF: hue angle of 201.43º 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 #9DDCFF is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB157220255-
CMYK0.380.1400
HSL201.43º100%80.78%-
HSV(B)201.43º38.43%100%-
XYZ57.5565.57104.23-
YUV205.15156.1393.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.84%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 255 (100% from 255) = 40.35%
R=24.84%
G=34.81%
B=40.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572202550.380.1400201.4310080.78
Hex9DDCFF26E00c96451
Octal235334377461600311144121
Binary1001110111011100111111111001101110001100100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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