#9DD8FE

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

Shades of Columbia Blue #9DD8FE

Tints of Columbia Blue #9DD8FE

Color information

#9DD8FE (or 0x9DD8FE) is unknown color: approx Columbia Blue. HEX triplet: 9D, D8 and FE. RGB value is (157,216,254). Sum of RGB (Red+Green+Blue) = 157+216+254=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DD8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD8FE is #622701. Grayscale: #CACACA. Windows color (decimal): -6432514 or 16701597. OLE color: 16701597.

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

Color convert

RGB157216254-
CMYK0.380.1500.00
HSL203.51º97.98%80.59%-
HSV(B)203.51º38.19%99.61%-
XYZ56.3563.44103.04-
YUV202.69156.9595.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.04%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=25.04%
G=34.45%
B=40.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572162540.380.1500.00203.5197.9880.59
Hex9DD8FE26F00cc6251
Octal235330376461700314142121
Binary1001110111011000111111101001101111001100110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,216,254); }

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

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

 a { background-color: rgb(157,216,254); }

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

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

 span { border-color: rgb(157,216,254); }

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