#8DE8FC

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

Shades of Columbia Blue #8DE8FC

Tints of Columbia Blue #8DE8FC

Color information

#8DE8FC (or 0x8DE8FC) is unknown color: approx Columbia Blue. HEX triplet: 8D, E8 and FC. RGB value is (141,232,252). Sum of RGB (Red+Green+Blue) = 141+232+252=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DE8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE8FC is #721703. Grayscale: #CECECE. Windows color (decimal): -7476996 or 16574605. OLE color: 16574605.

HSL color Cylindrical-coordinate representation of color #8DE8FC: hue angle of 190.81º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DE8FC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141232252-
CMYK0.440.0800.01
HSL190.81º94.87%77.06%-
HSV(B)190.81º44.05%98.82%-
XYZ57.4170.4102.66-
YUV207.07153.3580.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.56%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=22.56%
G=37.12%
B=40.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412322520.440.0800.01190.8194.8777.06
Hex8DE8FC2C801bf5f4d
Octal215350374541001277137115
Binary1000110111101000111111001011001000011011111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,232,252); }

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

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

 a { background-color: rgb(141,232,252); }

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

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

 span { border-color: rgb(141,232,252); }

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