#88E4FC

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

Shades of Columbia Blue #88E4FC

Tints of Columbia Blue #88E4FC

Color information

#88E4FC (or 0x88E4FC) is unknown color: approx Columbia Blue. HEX triplet: 88, E4 and FC. RGB value is (136,228,252). Sum of RGB (Red+Green+Blue) = 136+228+252=616 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.08% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #88E4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E4FC is #771B03. Grayscale: #CBCBCB. Windows color (decimal): -7805700 or 16573576. OLE color: 16573576.

HSL color Cylindrical-coordinate representation of color #88E4FC: hue angle of 192.41º 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 #88E4FC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136228252-
CMYK0.460.1000.01
HSL192.41º95.08%76.08%-
HSV(B)192.41º46.03%98.82%-
XYZ55.4767.75102.25-
YUV203.23155.5280.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.08%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=22.08%
G=37.01%
B=40.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362282520.460.1000.01192.4195.0876.08
Hex88E4FC2EA01c05f4c
Octal210344374561201300137114
Binary1000100011100100111111001011101010011100000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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