#88E3FF

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

Shades of Columbia Blue #88E3FF

Tints of Columbia Blue #88E3FF

Color information

#88E3FF (or 0x88E3FF) is unknown color: approx Columbia Blue. HEX triplet: 88, E3 and FF. RGB value is (136,227,255). Sum of RGB (Red+Green+Blue) = 136+227+255=618 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.01% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #88E3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E3FF is #771C00. Grayscale: #CACACA. Windows color (decimal): -7805953 or 16769928. OLE color: 16769928.

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

Color convert

RGB136227255-
CMYK0.470.1100
HSL194.12º100%76.67%-
HSV(B)194.12º46.67%100%-
XYZ55.6767.39104.68-
YUV202.98157.3580.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.01%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 255 (100% from 255) = 41.26%
R=22.01%
G=36.73%
B=41.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362272550.470.1100194.1210076.67
Hex88E3FF2FB00c2644d
Octal210343377571300302144115
Binary1000100011100011111111111011111011001100001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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