#8EE4FD

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

Shades of Columbia Blue #8EE4FD

Tints of Columbia Blue #8EE4FD

Color information

#8EE4FD (or 0x8EE4FD) is unknown color: approx Columbia Blue. HEX triplet: 8E, E4 and FD. RGB value is (142,228,253). Sum of RGB (Red+Green+Blue) = 142+228+253=623 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.79% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EE4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE4FD is #711B02. Grayscale: #CCCCCC. Windows color (decimal): -7412483 or 16639118. OLE color: 16639118.

HSL color Cylindrical-coordinate representation of color #8EE4FD: hue angle of 193.51º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EE4FD is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142228253-
CMYK0.440.1000.01
HSL193.51º96.52%77.45%-
HSV(B)193.51º43.87%99.22%-
XYZ56.6368.33103.13-
YUV205.14155.0182.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.79%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=22.79%
G=36.60%
B=40.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422282530.440.1000.01193.5196.5277.45
Hex8EE4FD2CA01c2614d
Octal216344375541201302141115
Binary1000111011100100111111011011001010011100001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,228,253); }

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

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

 a { background-color: rgb(142,228,253); }

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

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

 span { border-color: rgb(142,228,253); }

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