#88BCE6

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

Shades of Cornflower #88BCE6

Tints of Cornflower #88BCE6

Color information

#88BCE6 (or 0x88BCE6) is unknown color: approx Cornflower. HEX triplet: 88, BC and E6. RGB value is (136,188,230). Sum of RGB (Red+Green+Blue) = 136+188+230=554 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.55% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #88BCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BCE6 is #774319. Grayscale: #B1B1B1. Windows color (decimal): -7815962 or 15121544. OLE color: 15121544.

HSL color Cylindrical-coordinate representation of color #88BCE6: hue angle of 206.81º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88BCE6 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB136188230-
CMYK0.410.1800.10
HSL206.81º65.28%71.76%-
HSV(B)206.81º40.87%90.2%-
XYZ42.4246.9181.68-
YUV177.24157.7798.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.55%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=24.55%
G=33.94%
B=41.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1361882300.410.1800.10206.8165.2871.76
Hex88BCE629120Acf4148
Octal2102743465122012317101110
Binary10001000101111001110011010100110010010101100111110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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