#8DE1FB

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

Shades of Columbia Blue #8DE1FB

Tints of Columbia Blue #8DE1FB

Color information

#8DE1FB (or 0x8DE1FB) is unknown color: approx Columbia Blue. HEX triplet: 8D, E1 and FB. RGB value is (141,225,251). Sum of RGB (Red+Green+Blue) = 141+225+251=617 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.85% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1FB is #721E04. Grayscale: #CACACA. Windows color (decimal): -7478789 or 16507277. OLE color: 16507277.

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

Color convert

RGB141225251-
CMYK0.440.1000.02
HSL194.18º93.22%76.86%-
HSV(B)194.18º43.82%98.43%-
XYZ55.3266.48101.18-
YUV202.85155.1783.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.85%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=22.85%
G=36.47%
B=40.68%

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
Decimal1412252510.440.1000.02194.1893.2276.86
Hex8DE1FB2CA02c25d4d
Octal215341373541202302135115
Binary10001101111000011111101110110010100101100001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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