#9DDEFA

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

Shades of Columbia Blue #9DDEFA

Tints of Columbia Blue #9DDEFA

Color information

#9DDEFA (or 0x9DDEFA) is unknown color: approx Columbia Blue. HEX triplet: 9D, DE and FA. RGB value is (157,222,250). Sum of RGB (Red+Green+Blue) = 157+222+250=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DDEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEFA is #622105. Grayscale: #CDCDCD. Windows color (decimal): -6430982 or 16440989. OLE color: 16440989.

HSL color Cylindrical-coordinate representation of color #9DDEFA: hue angle of 198.06º degrees, saturation: 0.9, 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 #9DDEFA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157222250-
CMYK0.370.1100.02
HSL198.06º90.29%79.8%-
HSV(B)198.06º37.2%98.04%-
XYZ57.2866.31100.22-
YUV205.76152.9793.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.96%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=24.96%
G=35.29%
B=39.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572222500.370.1100.02198.0690.2979.8
Hex9DDEFA25B02c65a50
Octal235336372451302306132120
Binary10011101110111101111101010010110110101100011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,222,250); }

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

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

 a { background-color: rgb(157,222,250); }

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

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

 span { border-color: rgb(157,222,250); }

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