#8DE9FB

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

Shades of Columbia Blue #8DE9FB

Tints of Columbia Blue #8DE9FB

Color information

#8DE9FB (or 0x8DE9FB) is unknown color: approx Columbia Blue. HEX triplet: 8D, E9 and FB. RGB value is (141,233,251). Sum of RGB (Red+Green+Blue) = 141+233+251=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DE9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE9FB is #721604. Grayscale: #CFCFCF. Windows color (decimal): -7476741 or 16509325. OLE color: 16509325.

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

Color convert

RGB141233251-
CMYK0.440.0700.02
HSL189.82º93.22%76.86%-
HSV(B)189.82º43.82%98.43%-
XYZ57.5470.91101.92-
YUV207.54152.5280.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.56%
GREEN value IS 233 (91.41% from 255) = 37.28%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=22.56%
G=37.28%
B=40.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412332510.440.0700.02189.8293.2276.86
Hex8DE9FB2C702be5d4d
Octal21535137354702276135115
Binary1000110111101001111110111011001110101011111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,233,251); }

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

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

 a { background-color: rgb(141,233,251); }

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

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

 span { border-color: rgb(141,233,251); }

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