#88BCDD

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

Shades of Cornflower #88BCDD

Tints of Cornflower #88BCDD

Color information

#88BCDD (or 0x88BCDD) is unknown color: approx Cornflower. HEX triplet: 88, BC and DD. RGB value is (136,188,221). Sum of RGB (Red+Green+Blue) = 136+188+221=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #88BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCDD is #774322. Grayscale: #B0B0B0. Windows color (decimal): -7815971 or 14531720. OLE color: 14531720.

HSL color Cylindrical-coordinate representation of color #88BCDD: hue angle of 203.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BCDD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136188221-
CMYK0.380.1500.13
HSL203.29º55.56%70%-
HSV(B)203.29º38.46%86.67%-
XYZ41.1946.4275.2-
YUV176.21153.2799.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.95%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=24.95%
G=34.50%
B=40.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361882210.380.1500.13203.2955.5670
Hex88BCDD26F0Dcb3846
Octal210274335461701531370106
Binary100010001011110011011101100110111101101110010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,188,221); }

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

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

 a { background-color: rgb(136,188,221); }

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

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

 span { border-color: rgb(136,188,221); }

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