#8DE4FD

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

Shades of Columbia Blue #8DE4FD

Tints of Columbia Blue #8DE4FD

Color information

#8DE4FD (or 0x8DE4FD) is unknown color: approx Columbia Blue. HEX triplet: 8D, E4 and FD. RGB value is (141,228,253). Sum of RGB (Red+Green+Blue) = 141+228+253=622 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.67% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DE4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE4FD is #721B02. Grayscale: #CCCCCC. Windows color (decimal): -7478019 or 16639117. OLE color: 16639117.

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

Color convert

RGB141228253-
CMYK0.440.1000.01
HSL193.39º96.55%77.25%-
HSV(B)193.39º44.27%99.22%-
XYZ56.4668.24103.12-
YUV204.84155.1882.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.67%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 253 (99.22% from 255) = 40.68%
R=22.67%
G=36.66%
B=40.68%

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
Decimal1412282530.440.1000.01193.3996.5577.25
Hex8DE4FD2CA01c1614d
Octal215344375541201301141115
Binary1000110111100100111111011011001010011100000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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