#8DE5FD

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

Shades of Columbia Blue #8DE5FD

Tints of Columbia Blue #8DE5FD

Color information

#8DE5FD (or 0x8DE5FD) is unknown color: approx Columbia Blue. HEX triplet: 8D, E5 and FD. RGB value is (141,229,253). Sum of RGB (Red+Green+Blue) = 141+229+253=623 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.63% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE5FD is #721A02. Grayscale: #CDCDCD. Windows color (decimal): -7477763 or 16639373. OLE color: 16639373.

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

Color convert

RGB141229253-
CMYK0.440.0900.01
HSL192.86º96.55%77.25%-
HSV(B)192.86º44.27%99.22%-
XYZ56.7368.79103.22-
YUV205.42154.8582.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.63%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=22.63%
G=36.76%
B=40.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412292530.440.0900.01192.8696.5577.25
Hex8DE5FD2C901c1614d
Octal215345375541101301141115
Binary1000110111100101111111011011001001011100000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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