#88E2FF

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

Shades of Columbia Blue #88E2FF

Tints of Columbia Blue #88E2FF

Color information

#88E2FF (or 0x88E2FF) is unknown color: approx Columbia Blue. HEX triplet: 88, E2 and FF. RGB value is (136,226,255). Sum of RGB (Red+Green+Blue) = 136+226+255=617 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.04% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #88E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E2FF is #771D00. Grayscale: #CACACA. Windows color (decimal): -7806209 or 16769672. OLE color: 16769672.

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

Color convert

RGB136226255-
CMYK0.470.1100
HSL194.62º100%76.67%-
HSV(B)194.62º46.67%100%-
XYZ55.466.85104.59-
YUV202.4157.6880.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.04%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 255 (100% from 255) = 41.33%
R=22.04%
G=36.63%
B=41.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362262550.470.1100194.6210076.67
Hex88E2FF2FB00c3644d
Octal210342377571300303144115
Binary1000100011100010111111111011111011001100001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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