#8DE3FB

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

Shades of Columbia Blue #8DE3FB

Tints of Columbia Blue #8DE3FB

Color information

#8DE3FB (or 0x8DE3FB) is unknown color: approx Columbia Blue. HEX triplet: 8D, E3 and FB. RGB value is (141,227,251). Sum of RGB (Red+Green+Blue) = 141+227+251=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DE3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE3FB is #721C04. Grayscale: #CBCBCB. Windows color (decimal): -7478277 or 16507789. OLE color: 16507789.

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

Color convert

RGB141227251-
CMYK0.440.1000.02
HSL193.09º93.22%76.86%-
HSV(B)193.09º43.82%98.43%-
XYZ55.8767.57101.36-
YUV204.02154.5183.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.78%
GREEN value IS 227 (89.06% from 255) = 36.67%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=22.78%
G=36.67%
B=40.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412272510.440.1000.02193.0993.2276.86
Hex8DE3FB2CA02c15d4d
Octal215343373541202301135115
Binary10001101111000111111101110110010100101100000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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