#8DDFFB

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

Shades of Columbia Blue #8DDFFB

Tints of Columbia Blue #8DDFFB

Color information

#8DDFFB (or 0x8DDFFB) is unknown color: approx Columbia Blue. HEX triplet: 8D, DF and FB. RGB value is (141,223,251). Sum of RGB (Red+Green+Blue) = 141+223+251=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFFB is #722004. Grayscale: #C9C9C9. Windows color (decimal): -7479301 or 16506765. OLE color: 16506765.

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

Color convert

RGB141223251-
CMYK0.440.1100.02
HSL195.27º93.22%76.86%-
HSV(B)195.27º43.82%98.43%-
XYZ54.7865.4101-
YUV201.67155.8384.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.93%
GREEN value IS 223 (87.5% from 255) = 36.26%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=22.93%
G=36.26%
B=40.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412232510.440.1100.02195.2793.2276.86
Hex8DDFFB2CB02c35d4d
Octal215337373541302303135115
Binary10001101110111111111101110110010110101100001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,223,251); }

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

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

 a { background-color: rgb(141,223,251); }

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

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

 span { border-color: rgb(141,223,251); }

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