#9DDDFE

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

Shades of Columbia Blue #9DDDFE

Tints of Columbia Blue #9DDDFE

Color information

#9DDDFE (or 0x9DDDFE) is unknown color: approx Columbia Blue. HEX triplet: 9D, DD and FE. RGB value is (157,221,254). Sum of RGB (Red+Green+Blue) = 157+221+254=632 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.84% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFE is #622201. Grayscale: #CDCDCD. Windows color (decimal): -6431234 or 16702877. OLE color: 16702877.

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

Color convert

RGB157221254-
CMYK0.380.1300.00
HSL200.41º97.98%80.59%-
HSV(B)200.41º38.19%99.61%-
XYZ57.6566.04103.47-
YUV205.63155.393.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.84%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=24.84%
G=34.97%
B=40.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572212540.380.1300.00200.4197.9880.59
Hex9DDDFE26D00c86251
Octal235335376461500310142121
Binary1001110111011101111111101001101101001100100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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