#88BCED

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

Shades of Cornflower #88BCED

Tints of Cornflower #88BCED

Color information

#88BCED (or 0x88BCED) is unknown color: approx Cornflower. HEX triplet: 88, BC and ED. RGB value is (136,188,237). Sum of RGB (Red+Green+Blue) = 136+188+237=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #88BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BCED is #774312. Grayscale: #B1B1B1. Windows color (decimal): -7815955 or 15580296. OLE color: 15580296.

HSL color Cylindrical-coordinate representation of color #88BCED: hue angle of 209.11º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88BCED is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136188237-
CMYK0.430.2100.07
HSL209.11º73.72%73.14%-
HSV(B)209.11º42.62%92.94%-
XYZ43.4247.3286.96-
YUV178.04161.2798.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.24%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=24.24%
G=33.51%
B=42.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361882370.430.2100.07209.1173.7273.14
Hex88BCED2B1507d14a49
Octal210274355532507321112111
Binary1000100010111100111011011010111010101111101000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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