#9DDFFA

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

Shades of Columbia Blue #9DDFFA

Tints of Columbia Blue #9DDFFA

Color information

#9DDFFA (or 0x9DDFFA) is unknown color: approx Columbia Blue. HEX triplet: 9D, DF and FA. RGB value is (157,223,250). Sum of RGB (Red+Green+Blue) = 157+223+250=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFFA is #622005. Grayscale: #CECECE. Windows color (decimal): -6430726 or 16441245. OLE color: 16441245.

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

Color convert

RGB157223250-
CMYK0.370.1100.02
HSL197.42º90.29%79.8%-
HSV(B)197.42º37.2%98.04%-
XYZ57.5566.85100.31-
YUV206.34152.6392.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.92%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=24.92%
G=35.40%
B=39.68%

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
Decimal1572232500.370.1100.02197.4290.2979.8
Hex9DDFFA25B02c55a50
Octal235337372451302305132120
Binary10011101110111111111101010010110110101100010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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