#8CDEFB

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

Shades of Columbia Blue #8CDEFB

Tints of Columbia Blue #8CDEFB

Color information

#8CDEFB (or 0x8CDEFB) is unknown color: approx Columbia Blue. HEX triplet: 8C, DE and FB. RGB value is (140,222,251). Sum of RGB (Red+Green+Blue) = 140+222+251=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CDEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDEFB is #732104. Grayscale: #C8C8C8. Windows color (decimal): -7545093 or 16506508. OLE color: 16506508.

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

Color convert

RGB140222251-
CMYK0.440.1200.02
HSL195.68º93.28%76.67%-
HSV(B)195.68º44.22%98.43%-
XYZ54.3564.78100.91-
YUV200.79156.3384.64-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 22.84%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=22.84%
G=36.22%
B=40.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402222510.440.1200.02195.6893.2876.67
Hex8CDEFB2CC02c45d4d
Octal214336373541402304135115
Binary10001100110111101111101110110011000101100010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,222,251); }

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

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

 a { background-color: rgb(140,222,251); }

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

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

 span { border-color: rgb(140,222,251); }

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