#9ED5FA

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

Shades of Columbia Blue #9ED5FA

Tints of Columbia Blue #9ED5FA

Color information

#9ED5FA (or 0x9ED5FA) is unknown color: approx Columbia Blue. HEX triplet: 9E, D5 and FA. RGB value is (158,213,250). Sum of RGB (Red+Green+Blue) = 158+213+250=621 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.44% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ED5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED5FA is #612A05. Grayscale: #C8C8C8. Windows color (decimal): -6367750 or 16438686. OLE color: 16438686.

HSL color Cylindrical-coordinate representation of color #9ED5FA: hue angle of 204.13º degrees, saturation: 0.9, 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 #9ED5FA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158213250-
CMYK0.370.1500.02
HSL204.13º90.2%80%-
HSV(B)204.13º36.8%98.04%-
XYZ55.1561.7699.46-
YUV200.77155.7897.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.44%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=25.44%
G=34.30%
B=40.26%

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
Decimal1582132500.370.1500.02204.1390.280
Hex9ED5FA25F02cc5a50
Octal236325372451702314132120
Binary10011110110101011111101010010111110101100110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,213,250); }

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

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

 a { background-color: rgb(158,213,250); }

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

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

 span { border-color: rgb(158,213,250); }

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