#9DCEFF

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

Shades of Columbia Blue #9DCEFF

Tints of Columbia Blue #9DCEFF

Color information

#9DCEFF (or 0x9DCEFF) is unknown color: approx Columbia Blue. HEX triplet: 9D, CE and FF. RGB value is (157,206,255). Sum of RGB (Red+Green+Blue) = 157+206+255=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEFF is #623100. Grayscale: #C4C4C4. Windows color (decimal): -6435073 or 16764573. OLE color: 16764573.

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

Color convert

RGB157206255-
CMYK0.380.1900
HSL210º100%80.78%-
HSV(B)210º38.43%100%-
XYZ54.0358.53103.06-
YUV196.94160.7799.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.40%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 255 (100% from 255) = 41.26%
R=25.40%
G=33.33%
B=41.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572062550.380.190021010080.78
Hex9DCEFF261300d26451
Octal235316377462300322144121
Binary10011101110011101111111110011010011001101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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