#88C1DC

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

Shades of Anakiwa #88C1DC

Tints of Anakiwa #88C1DC

Color information

#88C1DC (or 0x88C1DC) is unknown color: approx Anakiwa. HEX triplet: 88, C1 and DC. RGB value is (136,193,220). Sum of RGB (Red+Green+Blue) = 136+193+220=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #88C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C1DC is #773E23. Grayscale: #B2B2B2. Windows color (decimal): -7814692 or 14467464. OLE color: 14467464.

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

Color convert

RGB136193220-
CMYK0.380.1200.14
HSL199.29º54.55%69.8%-
HSV(B)199.29º38.18%86.27%-
XYZ42.1448.5474.86-
YUV179.04151.1297.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.77%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=24.77%
G=35.15%
B=40.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361932200.380.1200.14199.2954.5569.8
Hex88C1DC26C0Ec73746
Octal210301334461401630767106
Binary100010001100000111011100100110110001110110001111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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