#88E5FF

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

Shades of Columbia Blue #88E5FF

Tints of Columbia Blue #88E5FF

Color information

#88E5FF (or 0x88E5FF) is unknown color: approx Columbia Blue. HEX triplet: 88, E5 and FF. RGB value is (136,229,255). Sum of RGB (Red+Green+Blue) = 136+229+255=620 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.94% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #88E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E5FF is #771A00. Grayscale: #CBCBCB. Windows color (decimal): -7805441 or 16770440. OLE color: 16770440.

HSL color Cylindrical-coordinate representation of color #88E5FF: hue angle of 193.11º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88E5FF is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136229255-
CMYK0.470.1000
HSL193.11º100%76.67%-
HSV(B)193.11º46.67%100%-
XYZ56.2268.49104.86-
YUV204.16156.6979.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.94%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 255 (100% from 255) = 41.13%
R=21.94%
G=36.94%
B=41.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362292550.470.1000193.1110076.67
Hex88E5FF2FA00c1644d
Octal210345377571200301144115
Binary1000100011100101111111111011111010001100000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,229,255); }

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

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

 a { background-color: rgb(136,229,255); }

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

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

 span { border-color: rgb(136,229,255); }

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