#88E0FA

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

Shades of Columbia Blue #88E0FA

Tints of Columbia Blue #88E0FA

Color information

#88E0FA (or 0x88E0FA) is unknown color: approx Columbia Blue. HEX triplet: 88, E0 and FA. RGB value is (136,224,250). Sum of RGB (Red+Green+Blue) = 136+224+250=610 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.30% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #88E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88E0FA is #771F05. Grayscale: #C8C8C8. Windows color (decimal): -7806726 or 16441480. OLE color: 16441480.

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

Color convert

RGB136224250-
CMYK0.460.1000.02
HSL193.68º91.94%75.69%-
HSV(B)193.68º45.6%98.04%-
XYZ54.0665.45100.23-
YUV200.65155.8581.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.30%
GREEN value IS 224 (87.89% from 255) = 36.72%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=22.30%
G=36.72%
B=40.98%

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
Decimal1362242500.460.1000.02193.6891.9475.69
Hex88E0FA2EA02c25c4c
Octal210340372561202302134114
Binary10001000111000001111101010111010100101100001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,224,250); }

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

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

 a { background-color: rgb(136,224,250); }

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

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

 span { border-color: rgb(136,224,250); }

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