#88BDDD

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

Shades of Anakiwa #88BDDD

Tints of Anakiwa #88BDDD

Color information

#88BDDD (or 0x88BDDD) is unknown color: approx Anakiwa. HEX triplet: 88, BD and DD. RGB value is (136,189,221). Sum of RGB (Red+Green+Blue) = 136+189+221=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #88BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDDD is #774222. Grayscale: #B0B0B0. Windows color (decimal): -7815715 or 14531976. OLE color: 14531976.

HSL color Cylindrical-coordinate representation of color #88BDDD: hue angle of 202.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BDDD is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136189221-
CMYK0.380.1400.13
HSL202.59º55.56%70%-
HSV(B)202.59º38.46%86.67%-
XYZ41.446.8575.27-
YUV176.8152.9498.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.91%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=24.91%
G=34.62%
B=40.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361892210.380.1400.13202.5955.5670
Hex88BDDD26E0Dcb3846
Octal210275335461601531370106
Binary100010001011110111011101100110111001101110010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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