#88C0E8

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

Shades of Cornflower #88C0E8

Tints of Cornflower #88C0E8

Color information

#88C0E8 (or 0x88C0E8) is unknown color: approx Cornflower. HEX triplet: 88, C0 and E8. RGB value is (136,192,232). Sum of RGB (Red+Green+Blue) = 136+192+232=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #88C0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C0E8 is #773F17. Grayscale: #B3B3B3. Windows color (decimal): -7814936 or 15253640. OLE color: 15253640.

HSL color Cylindrical-coordinate representation of color #88C0E8: hue angle of 205º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88C0E8 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB136192232-
CMYK0.410.1700.09
HSL205º67.61%72.16%-
HSV(B)205º41.38%90.98%-
XYZ43.5748.7683.46-
YUV179.82157.4596.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.29%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=24.29%
G=34.29%
B=41.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1361922320.410.1700.0920567.6172.16
Hex88C0E8291109cd4448
Octal2103003505121011315104110
Binary10001000110000001110100010100110001010011100110110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,192,232); }

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

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

 a { background-color: rgb(136,192,232); }

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

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

 span { border-color: rgb(136,192,232); }

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