#88e1ff

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

Shades of Columbia Blue #88E1FF

Tints of Columbia Blue #88E1FF

Color information

#88E1FF (or 0x88E1FF) is unknown color: approx Columbia Blue. HEX triplet: 88, E1 and FF. RGB value is (136,225,255). Sum of RGB (Red+Green+Blue) = 136+225+255=616 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.08% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #88E1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E1FF is #771E00. Grayscale: #C9C9C9. Windows color (decimal): -7806465 or 16769416. OLE color: 16769416.

HSL color Cylindrical-coordinate representation of color #88E1FF: hue angle of 195.13º 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 #88E1FF is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136225255-
CMYK0.470.1200
HSL195.13º100%76.67%-
HSV(B)195.13º46.67%100%-
XYZ55.1366.3104.5-
YUV201.81158.0181.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.08%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 255 (100% from 255) = 41.40%
R=22.08%
G=36.53%
B=41.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362252550.470.1200195.1310076.67
Hex88E1FF2FC00c3644d
Octal210341377571400303144115
Binary1000100011100001111111111011111100001100001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88e1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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