#8DE4FA

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

Shades of Columbia Blue #8DE4FA

Tints of Columbia Blue #8DE4FA

Color information

#8DE4FA (or 0x8DE4FA) is unknown color: approx Columbia Blue. HEX triplet: 8D, E4 and FA. RGB value is (141,228,250). Sum of RGB (Red+Green+Blue) = 141+228+250=619 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.78% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE4FA is #721B05. Grayscale: #CCCCCC. Windows color (decimal): -7478022 or 16442509. OLE color: 16442509.

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

Color convert

RGB141228250-
CMYK0.440.0900.02
HSL192.11º91.6%76.67%-
HSV(B)192.11º43.6%98.04%-
XYZ55.9868.05100.63-
YUV204.49153.6882.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.78%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=22.78%
G=36.83%
B=40.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412282500.440.0900.02192.1191.676.67
Hex8DE4FA2C902c05c4d
Octal215344372541102300134115
Binary10001101111001001111101010110010010101100000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,228,250); }

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

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

 a { background-color: rgb(141,228,250); }

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

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

 span { border-color: rgb(141,228,250); }

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