#8DE0FB

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

Shades of Columbia Blue #8DE0FB

Tints of Columbia Blue #8DE0FB

Color information

#8DE0FB (or 0x8DE0FB) is unknown color: approx Columbia Blue. HEX triplet: 8D, E0 and FB. RGB value is (141,224,251). Sum of RGB (Red+Green+Blue) = 141+224+251=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DE0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE0FB is #721F04. Grayscale: #CACACA. Windows color (decimal): -7479045 or 16507021. OLE color: 16507021.

HSL color Cylindrical-coordinate representation of color #8DE0FB: hue angle of 194.73º 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 #8DE0FB is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141224251-
CMYK0.440.1100.02
HSL194.73º93.22%76.86%-
HSV(B)194.73º43.82%98.43%-
XYZ55.0565.94101.09-
YUV202.26155.584.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.89%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=22.89%
G=36.36%
B=40.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412242510.440.1100.02194.7393.2276.86
Hex8DE0FB2CB02c35d4d
Octal215340373541302303135115
Binary10001101111000001111101110110010110101100001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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