#88E0FC

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

Shades of Columbia Blue #88E0FC

Tints of Columbia Blue #88E0FC

Color information

#88E0FC (or 0x88E0FC) is unknown color: approx Columbia Blue. HEX triplet: 88, E0 and FC. RGB value is (136,224,252). Sum of RGB (Red+Green+Blue) = 136+224+252=612 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.22% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #88E0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E0FC is #771F03. Grayscale: #C8C8C8. Windows color (decimal): -7806724 or 16572552. OLE color: 16572552.

HSL color Cylindrical-coordinate representation of color #88E0FC: hue angle of 194.48º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88E0FC is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136224252-
CMYK0.460.1100.01
HSL194.48º95.08%76.08%-
HSV(B)194.48º46.03%98.82%-
XYZ54.3865.57101.89-
YUV200.88156.8581.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.22%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=22.22%
G=36.60%
B=41.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362242520.460.1100.01194.4895.0876.08
Hex88E0FC2EB01c25f4c
Octal210340374561301302137114
Binary1000100011100000111111001011101011011100001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88E0FC; }

 p { color: rgb(136,224,252); }

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

<style>
 a { background-color: #88E0FC; }

 a { background-color: rgb(136,224,252); }

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

<style>
 span { border-color: #88E0FC; }

 span { border-color: rgb(136,224,252); }

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