#8DE6FB

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

Shades of Columbia Blue #8DE6FB

Tints of Columbia Blue #8DE6FB

Color information

#8DE6FB (or 0x8DE6FB) is unknown color: approx Columbia Blue. HEX triplet: 8D, E6 and FB. RGB value is (141,230,251). Sum of RGB (Red+Green+Blue) = 141+230+251=622 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.67% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DE6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6FB is #721904. Grayscale: #CDCDCD. Windows color (decimal): -7477509 or 16508557. OLE color: 16508557.

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

Color convert

RGB141230251-
CMYK0.440.0800.02
HSL191.45º93.22%76.86%-
HSV(B)191.45º43.82%98.43%-
XYZ56.6969.22101.64-
YUV205.78153.5181.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.67%
GREEN value IS 230 (90.23% from 255) = 36.98%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=22.67%
G=36.98%
B=40.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412302510.440.0800.02191.4593.2276.86
Hex8DE6FB2C802bf5d4d
Octal215346373541002277135115
Binary10001101111001101111101110110010000101011111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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