#8DEAFF

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

Shades of Columbia Blue #8DEAFF

Tints of Columbia Blue #8DEAFF

Color information

#8DEAFF (or 0x8DEAFF) is unknown color: approx Columbia Blue. HEX triplet: 8D, EA and FF. RGB value is (141,234,255). Sum of RGB (Red+Green+Blue) = 141+234+255=630 (83% of max value = 765). Red value is 141 (55.47% from 255 or 22.38% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEAFF is #721500. Grayscale: #D0D0D0. Windows color (decimal): -7476481 or 16771725. OLE color: 16771725.

HSL color Cylindrical-coordinate representation of color #8DEAFF: hue angle of 191.05º 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 #8DEAFF is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141234255-
CMYK0.450.0800
HSL191.05º100%77.65%-
HSV(B)191.05º44.71%100%-
XYZ58.4671.73105.37-
YUV208.59154.1979.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.38%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 255 (100% from 255) = 40.48%
R=22.38%
G=37.14%
B=40.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412342550.450.0800191.0510077.65
Hex8DEAFF2D800bf644e
Octal215352377551000277144116
Binary1000110111101010111111111011011000001011111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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