#88BCE1

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

Shades of Cornflower #88BCE1

Tints of Cornflower #88BCE1

Color information

#88BCE1 (or 0x88BCE1) is unknown color: approx Cornflower. HEX triplet: 88, BC and E1. RGB value is (136,188,225). Sum of RGB (Red+Green+Blue) = 136+188+225=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #88BCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCE1 is #77431E. Grayscale: #B0B0B0. Windows color (decimal): -7815967 or 14793864. OLE color: 14793864.

HSL color Cylindrical-coordinate representation of color #88BCE1: hue angle of 204.94º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88BCE1 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136188225-
CMYK0.400.1600.12
HSL204.94º59.73%70.78%-
HSV(B)204.94º39.56%88.24%-
XYZ41.7346.6478.04-
YUV176.67155.2798.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.77%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=24.77%
G=34.24%
B=40.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361882250.400.1600.12204.9459.7370.78
Hex88BCE128100Ccd3c47
Octal210274341502001431574107
Binary1000100010111100111000011010001000001100110011011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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