#8DE3FD

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

Shades of Columbia Blue #8DE3FD

Tints of Columbia Blue #8DE3FD

Color information

#8DE3FD (or 0x8DE3FD) is unknown color: approx Columbia Blue. HEX triplet: 8D, E3 and FD. RGB value is (141,227,253). Sum of RGB (Red+Green+Blue) = 141+227+253=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DE3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE3FD is #721C02. Grayscale: #CCCCCC. Windows color (decimal): -7478275 or 16638861. OLE color: 16638861.

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

Color convert

RGB141227253-
CMYK0.440.1000.01
HSL193.93º96.55%77.25%-
HSV(B)193.93º44.27%99.22%-
XYZ56.1867.69103.03-
YUV204.25155.5182.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.71%
GREEN value IS 227 (89.06% from 255) = 36.55%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=22.71%
G=36.55%
B=40.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412272530.440.1000.01193.9396.5577.25
Hex8DE3FD2CA01c2614d
Octal215343375541201302141115
Binary1000110111100011111111011011001010011100001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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