#9ED6FB

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

Shades of Columbia Blue #9ED6FB

Tints of Columbia Blue #9ED6FB

Color information

#9ED6FB (or 0x9ED6FB) is unknown color: approx Columbia Blue. HEX triplet: 9E, D6 and FB. RGB value is (158,214,251). Sum of RGB (Red+Green+Blue) = 158+214+251=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ED6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED6FB is #612904. Grayscale: #C9C9C9. Windows color (decimal): -6367493 or 16504478. OLE color: 16504478.

HSL color Cylindrical-coordinate representation of color #9ED6FB: hue angle of 203.87º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ED6FB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158214251-
CMYK0.370.1500.02
HSL203.87º92.08%80.2%-
HSV(B)203.87º37.05%98.43%-
XYZ55.5662.33100.37-
YUV201.47155.9596.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.36%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=25.36%
G=34.35%
B=40.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582142510.370.1500.02203.8792.0880.2
Hex9ED6FB25F02cc5c50
Octal236326373451702314134120
Binary10011110110101101111101110010111110101100110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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