#9ED7FF

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

Shades of Columbia Blue #9ED7FF

Tints of Columbia Blue #9ED7FF

Color information

#9ED7FF (or 0x9ED7FF) is unknown color: approx Columbia Blue. HEX triplet: 9E, D7 and FF. RGB value is (158,215,255). Sum of RGB (Red+Green+Blue) = 158+215+255=628 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.16% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ED7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED7FF is #612800. Grayscale: #CACACA. Windows color (decimal): -6367233 or 16766878. OLE color: 16766878.

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

Color convert

RGB158215255-
CMYK0.380.1600
HSL204.74º100%80.98%-
HSV(B)204.74º38.04%100%-
XYZ56.4563.09103.81-
YUV202.52157.6296.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.16%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 255 (100% from 255) = 40.61%
R=25.16%
G=34.24%
B=40.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582152550.380.1600204.7410080.98
Hex9ED7FF261000cd6451
Octal236327377462000315144121
Binary10011110110101111111111110011010000001100110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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