#88E6FD

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

Shades of Columbia Blue #88E6FD

Tints of Columbia Blue #88E6FD

Color information

#88E6FD (or 0x88E6FD) is unknown color: approx Columbia Blue. HEX triplet: 88, E6 and FD. RGB value is (136,230,253). Sum of RGB (Red+Green+Blue) = 136+230+253=619 (81% of max value = 765). Red value is 136 (53.52% from 255 or 21.97% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #88E6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E6FD is #771902. Grayscale: #CCCCCC. Windows color (decimal): -7805187 or 16639624. OLE color: 16639624.

HSL color Cylindrical-coordinate representation of color #88E6FD: hue angle of 191.79º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88E6FD is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136230253-
CMYK0.460.0900.01
HSL191.79º96.69%76.27%-
HSV(B)191.79º46.25%99.22%-
XYZ56.1868.92103.27-
YUV204.52155.3679.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.97%
GREEN value IS 230 (90.23% from 255) = 37.16%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=21.97%
G=37.16%
B=40.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362302530.460.0900.01191.7996.6976.27
Hex88E6FD2E901c0614c
Octal210346375561101300141114
Binary1000100011100110111111011011101001011100000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,230,253); }

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

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

 a { background-color: rgb(136,230,253); }

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

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

 span { border-color: rgb(136,230,253); }

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