#8EDBF9

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

Shades of Columbia Blue #8EDBF9

Tints of Columbia Blue #8EDBF9

Color information

#8EDBF9 (or 0x8EDBF9) is unknown color: approx Columbia Blue. HEX triplet: 8E, DB and F9. RGB value is (142,219,249). Sum of RGB (Red+Green+Blue) = 142+219+249=610 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.28% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EDBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDBF9 is #712406. Grayscale: #C7C7C7. Windows color (decimal): -7414791 or 16374670. OLE color: 16374670.

HSL color Cylindrical-coordinate representation of color #8EDBF9: hue angle of 196.82º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EDBF9 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142219249-
CMYK0.430.1200.02
HSL196.82º89.92%76.67%-
HSV(B)196.82º42.97%97.65%-
XYZ53.5963.2599.01-
YUV199.4155.9987.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.28%
GREEN value IS 219 (85.94% from 255) = 35.90%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=23.28%
G=35.90%
B=40.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422192490.430.1200.02196.8289.9276.67
Hex8EDBF92BC02c55a4d
Octal216333371531402305132115
Binary10001110110110111111100110101111000101100010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EDBF9; }

 p { color: rgb(142,219,249); }

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

<style>
 a { background-color: #8EDBF9; }

 a { background-color: rgb(142,219,249); }

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

<style>
 span { border-color: #8EDBF9; }

 span { border-color: rgb(142,219,249); }

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