#9ED0FF

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

Shades of Columbia Blue #9ED0FF

Tints of Columbia Blue #9ED0FF

Color information

#9ED0FF (or 0x9ED0FF) is unknown color: approx Columbia Blue. HEX triplet: 9E, D0 and FF. RGB value is (158,208,255). Sum of RGB (Red+Green+Blue) = 158+208+255=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ED0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED0FF is #612F00. Grayscale: #C6C6C6. Windows color (decimal): -6369025 or 16765086. OLE color: 16765086.

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

Color convert

RGB158208255-
CMYK0.380.1800
HSL209.07º100%80.98%-
HSV(B)209.07º38.04%100%-
XYZ54.7159.6103.23-
YUV198.41159.9499.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.44%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 255 (100% from 255) = 41.06%
R=25.44%
G=33.49%
B=41.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582082550.380.1800209.0710080.98
Hex9ED0FF261200d16451
Octal236320377462200321144121
Binary10011110110100001111111110011010010001101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,255); }

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

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

 a { background-color: rgb(158,208,255); }

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

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

 span { border-color: rgb(158,208,255); }

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