#9ED6FF

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

Shades of Columbia Blue #9ED6FF

Tints of Columbia Blue #9ED6FF

Color information

#9ED6FF (or 0x9ED6FF) is unknown color: approx Columbia Blue. HEX triplet: 9E, D6 and FF. RGB value is (158,214,255). Sum of RGB (Red+Green+Blue) = 158+214+255=627 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.20% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ED6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED6FF is #612900. Grayscale: #C9C9C9. Windows color (decimal): -6367489 or 16766622. OLE color: 16766622.

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

Color convert

RGB158214255-
CMYK0.380.1600
HSL205.36º100%80.98%-
HSV(B)205.36º38.04%100%-
XYZ56.262.58103.73-
YUV201.93157.9596.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.20%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 255 (100% from 255) = 40.67%
R=25.20%
G=34.13%
B=40.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582142550.380.1600205.3610080.98
Hex9ED6FF261000cd6451
Octal236326377462000315144121
Binary10011110110101101111111110011010000001100110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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