#9ED8FF

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

Shades of Columbia Blue #9ED8FF

Tints of Columbia Blue #9ED8FF

Color information

#9ED8FF (or 0x9ED8FF) is unknown color: approx Columbia Blue. HEX triplet: 9E, D8 and FF. RGB value is (158,216,255). Sum of RGB (Red+Green+Blue) = 158+216+255=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ED8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED8FF is #612700. Grayscale: #CACACA. Windows color (decimal): -6366977 or 16767134. OLE color: 16767134.

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

Color convert

RGB158216255-
CMYK0.380.1500
HSL204.12º100%80.98%-
HSV(B)204.12º38.04%100%-
XYZ56.7163.6103.9-
YUV203.1157.2895.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.12%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 255 (100% from 255) = 40.54%
R=25.12%
G=34.34%
B=40.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582162550.380.1500204.1210080.98
Hex9ED8FF26F00cc6451
Octal236330377461700314144121
Binary1001111011011000111111111001101111001100110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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