#8DDFFE

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

Shades of Columbia Blue #8DDFFE

Tints of Columbia Blue #8DDFFE

Color information

#8DDFFE (or 0x8DDFFE) is unknown color: approx Columbia Blue. HEX triplet: 8D, DF and FE. RGB value is (141,223,254). Sum of RGB (Red+Green+Blue) = 141+223+254=618 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.82% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFFE is #722001. Grayscale: #C9C9C9. Windows color (decimal): -7479298 or 16703373. OLE color: 16703373.

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

Color convert

RGB141223254-
CMYK0.440.1200.00
HSL196.46º98.26%77.45%-
HSV(B)196.46º44.49%99.61%-
XYZ55.2665.59103.51-
YUV202.02157.3384.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.82%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 254 (99.61% from 255) = 41.10%
R=22.82%
G=36.08%
B=41.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412232540.440.1200.00196.4698.2677.45
Hex8DDFFE2CC00c4624d
Octal215337376541400304142115
Binary1000110111011111111111101011001100001100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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