#88E3FB

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

Shades of Columbia Blue #88E3FB

Tints of Columbia Blue #88E3FB

Color information

#88E3FB (or 0x88E3FB) is unknown color: approx Columbia Blue. HEX triplet: 88, E3 and FB. RGB value is (136,227,251). Sum of RGB (Red+Green+Blue) = 136+227+251=614 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.15% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #88E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E3FB is #771C04. Grayscale: #CACACA. Windows color (decimal): -7805957 or 16507784. OLE color: 16507784.

HSL color Cylindrical-coordinate representation of color #88E3FB: hue angle of 192.52º degrees, saturation: 0.93, 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 #88E3FB is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136227251-
CMYK0.460.1000.02
HSL192.52º93.5%75.88%-
HSV(B)192.52º45.82%98.43%-
XYZ55.0467.14101.32-
YUV202.53155.3580.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.15%
GREEN value IS 227 (89.06% from 255) = 36.97%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=22.15%
G=36.97%
B=40.88%

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
Decimal1362272510.460.1000.02192.5293.575.88
Hex88E3FB2EA02c15d4c
Octal210343373561202301135114
Binary10001000111000111111101110111010100101100000110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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