#88BCDE

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

Shades of Cornflower #88BCDE

Tints of Cornflower #88BCDE

Color information

#88BCDE (or 0x88BCDE) is unknown color: approx Cornflower. HEX triplet: 88, BC and DE. RGB value is (136,188,222). Sum of RGB (Red+Green+Blue) = 136+188+222=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #88BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCDE is #774321. Grayscale: #B0B0B0. Windows color (decimal): -7815970 or 14597256. OLE color: 14597256.

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

Color convert

RGB136188222-
CMYK0.390.1500.13
HSL203.72º56.58%70.2%-
HSV(B)203.72º38.74%87.06%-
XYZ41.3246.4775.9-
YUV176.33153.7799.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.91%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=24.91%
G=34.43%
B=40.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361882220.390.1500.13203.7256.5870.2
Hex88BCDE27F0Dcc3946
Octal210274336471701531471106
Binary100010001011110011011110100111111101101110011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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