#88BDEA

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

Shades of Cornflower #88BDEA

Tints of Cornflower #88BDEA

Color information

#88BDEA (or 0x88BDEA) is unknown color: approx Cornflower. HEX triplet: 88, BD and EA. RGB value is (136,189,234). Sum of RGB (Red+Green+Blue) = 136+189+234=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #88BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BDEA is #774215. Grayscale: #B2B2B2. Windows color (decimal): -7815702 or 15383944. OLE color: 15383944.

HSL color Cylindrical-coordinate representation of color #88BDEA: hue angle of 207.55º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88BDEA is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136189234-
CMYK0.420.1900.08
HSL207.55º70%72.55%-
HSV(B)207.55º41.88%91.76%-
XYZ43.247.5784.75-
YUV178.28159.4497.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.33%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=24.33%
G=33.81%
B=41.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361892340.420.1900.08207.557072.55
Hex88BDEA2A1308d04649
Octal2102753525223010320106111
Binary10001000101111011110101010101010011010001101000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,189,234); }

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

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

 a { background-color: rgb(136,189,234); }

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

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

 span { border-color: rgb(136,189,234); }

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