#88BBE1

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

Shades of Cornflower #88BBE1

Tints of Cornflower #88BBE1

Color information

#88BBE1 (or 0x88BBE1) is unknown color: approx Cornflower. HEX triplet: 88, BB and E1. RGB value is (136,187,225). Sum of RGB (Red+Green+Blue) = 136+187+225=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #88BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBE1 is #77441E. Grayscale: #AFAFAF. Windows color (decimal): -7816223 or 14793608. OLE color: 14793608.

HSL color Cylindrical-coordinate representation of color #88BBE1: hue angle of 205.62º 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 #88BBE1 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136187225-
CMYK0.400.1700.12
HSL205.62º59.73%70.78%-
HSV(B)205.62º39.56%88.24%-
XYZ41.5146.2177.97-
YUV176.08155.699.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.82%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 225 (88.28% from 255) = 41.06%
R=24.82%
G=34.12%
B=41.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361872250.400.1700.12205.6259.7370.78
Hex88BBE128110Cce3c47
Octal210273341502101431674107
Binary1000100010111011111000011010001000101100110011101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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