#8DE2FE

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

Shades of Columbia Blue #8DE2FE

Tints of Columbia Blue #8DE2FE

Color information

#8DE2FE (or 0x8DE2FE) is unknown color: approx Columbia Blue. HEX triplet: 8D, E2 and FE. RGB value is (141,226,254). Sum of RGB (Red+Green+Blue) = 141+226+254=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE2FE is #721D01. Grayscale: #CBCBCB. Windows color (decimal): -7478530 or 16704141. OLE color: 16704141.

HSL color Cylindrical-coordinate representation of color #8DE2FE: hue angle of 194.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DE2FE is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141226254-
CMYK0.440.1100.00
HSL194.87º98.26%77.45%-
HSV(B)194.87º44.49%99.61%-
XYZ56.0767.21103.78-
YUV203.78156.3483.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.71%
GREEN value IS 226 (88.67% from 255) = 36.39%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=22.71%
G=36.39%
B=40.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412262540.440.1100.00194.8798.2677.45
Hex8DE2FE2CB00c3624d
Octal215342376541300303142115
Binary1000110111100010111111101011001011001100001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,226,254); }

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

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

 a { background-color: rgb(141,226,254); }

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

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

 span { border-color: rgb(141,226,254); }

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