#88BFDC

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

Shades of Anakiwa #88BFDC

Tints of Anakiwa #88BFDC

Color information

#88BFDC (or 0x88BFDC) is unknown color: approx Anakiwa. HEX triplet: 88, BF and DC. RGB value is (136,191,220). Sum of RGB (Red+Green+Blue) = 136+191+220=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #88BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFDC is #774023. Grayscale: #B1B1B1. Windows color (decimal): -7815204 or 14466952. OLE color: 14466952.

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

Color convert

RGB136191220-
CMYK0.380.1300.14
HSL200.71º54.55%69.8%-
HSV(B)200.71º38.18%86.27%-
XYZ41.747.6674.71-
YUV177.86151.7898.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.86%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=24.86%
G=34.92%
B=40.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361912200.380.1300.14200.7154.5569.8
Hex88BFDC26D0Ec93746
Octal210277334461501631167106
Binary100010001011111111011100100110110101110110010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,191,220); }

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

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

 a { background-color: rgb(136,191,220); }

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

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

 span { border-color: rgb(136,191,220); }

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