#88BDDE

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

Shades of Cornflower #88BDDE

Tints of Cornflower #88BDDE

Color information

#88BDDE (or 0x88BDDE) is unknown color: approx Cornflower. HEX triplet: 88, BD and DE. RGB value is (136,189,222). Sum of RGB (Red+Green+Blue) = 136+189+222=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #88BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDDE is #774221. Grayscale: #B0B0B0. Windows color (decimal): -7815714 or 14597512. OLE color: 14597512.

HSL color Cylindrical-coordinate representation of color #88BDDE: hue angle of 203.02º 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 #88BDDE is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136189222-
CMYK0.390.1500.13
HSL203.02º56.58%70.2%-
HSV(B)203.02º38.74%87.06%-
XYZ41.5446.975.97-
YUV176.92153.4498.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.86%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=24.86%
G=34.55%
B=40.59%

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
Decimal1361892220.390.1500.13203.0256.5870.2
Hex88BDDE27F0Dcb3946
Octal210275336471701531371106
Binary100010001011110111011110100111111101101110010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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