#88C1DD

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

Shades of Anakiwa #88C1DD

Tints of Anakiwa #88C1DD

Color information

#88C1DD (or 0x88C1DD) is unknown color: approx Anakiwa. HEX triplet: 88, C1 and DD. RGB value is (136,193,221). Sum of RGB (Red+Green+Blue) = 136+193+221=550 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.73% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #88C1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C1DD is #773E22. Grayscale: #B2B2B2. Windows color (decimal): -7814691 or 14533000. OLE color: 14533000.

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

Color convert

RGB136193221-
CMYK0.380.1300.13
HSL199.76º55.56%70%-
HSV(B)199.76º38.46%86.67%-
XYZ42.2748.5975.56-
YUV179.15151.6297.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.73%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=24.73%
G=35.09%
B=40.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361932210.380.1300.13199.7655.5670
Hex88C1DD26D0Dc83846
Octal210301335461501531070106
Binary100010001100000111011101100110110101101110010001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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