#9DEDFF

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

Shades of Columbia Blue #9DEDFF

Tints of Columbia Blue #9DEDFF

Color information

#9DEDFF (or 0x9DEDFF) is unknown color: approx Columbia Blue. HEX triplet: 9D, ED and FF. RGB value is (157,237,255). Sum of RGB (Red+Green+Blue) = 157+237+255=649 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.19% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEDFF is #621200. Grayscale: #D6D6D6. Windows color (decimal): -6427137 or 16772509. OLE color: 16772509.

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

Color convert

RGB157237255-
CMYK0.380.0700
HSL191.02º100%80.78%-
HSV(B)191.02º38.43%100%-
XYZ62.2474.96105.8-
YUV215.13150.586.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.19%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 255 (100% from 255) = 39.29%
R=24.19%
G=36.52%
B=39.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572372550.380.0700191.0210080.78
Hex9DEDFF26700bf6451
Octal23535537746700277144121
Binary100111011110110111111111100110111001011111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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