#8DDBFF

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

Shades of Columbia Blue #8DDBFF

Tints of Columbia Blue #8DDBFF

Color information

#8DDBFF (or 0x8DDBFF) is unknown color: approx Columbia Blue. HEX triplet: 8D, DB and FF. RGB value is (141,219,255). Sum of RGB (Red+Green+Blue) = 141+219+255=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DDBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDBFF is #722400. Grayscale: #C7C7C7. Windows color (decimal): -7480321 or 16767885. OLE color: 16767885.

HSL color Cylindrical-coordinate representation of color #8DDBFF: hue angle of 198.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DDBFF is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141219255-
CMYK0.450.1400
HSL198.95º100%77.65%-
HSV(B)198.95º44.71%100%-
XYZ54.3763.55104.01-
YUV199.78159.1686.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.93%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 255 (100% from 255) = 41.46%
R=22.93%
G=35.61%
B=41.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412192550.450.1400198.9510077.65
Hex8DDBFF2DE00c7644e
Octal215333377551600307144116
Binary1000110111011011111111111011011110001100011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,219,255); }

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

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

 a { background-color: rgb(141,219,255); }

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

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

 span { border-color: rgb(141,219,255); }

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