#88E1FA

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

Shades of Columbia Blue #88E1FA

Tints of Columbia Blue #88E1FA

Color information

#88E1FA (or 0x88E1FA) is unknown color: approx Columbia Blue. HEX triplet: 88, E1 and FA. RGB value is (136,225,250). Sum of RGB (Red+Green+Blue) = 136+225+250=611 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.26% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #88E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E1FA is #771E05. Grayscale: #C9C9C9. Windows color (decimal): -7806470 or 16441736. OLE color: 16441736.

HSL color Cylindrical-coordinate representation of color #88E1FA: hue angle of 193.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88E1FA is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136225250-
CMYK0.460.1000.02
HSL193.16º91.94%75.69%-
HSV(B)193.16º45.6%98.04%-
XYZ54.3365.99100.32-
YUV201.24155.5181.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.26%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=22.26%
G=36.82%
B=40.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362252500.460.1000.02193.1691.9475.69
Hex88E1FA2EA02c15c4c
Octal210341372561202301134114
Binary10001000111000011111101010111010100101100000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,225,250); }

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

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

 a { background-color: rgb(136,225,250); }

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

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

 span { border-color: rgb(136,225,250); }

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