#88C8E0

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

Shades of Anakiwa #88C8E0

Tints of Anakiwa #88C8E0

Color information

#88C8E0 (or 0x88C8E0) is unknown color: approx Anakiwa. HEX triplet: 88, C8 and E0. RGB value is (136,200,224). Sum of RGB (Red+Green+Blue) = 136+200+224=560 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.29% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #88C8E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C8E0 is #77371F. Grayscale: #B7B7B7. Windows color (decimal): -7812896 or 14731400. OLE color: 14731400.

HSL color Cylindrical-coordinate representation of color #88C8E0: hue angle of 196.36º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88C8E0 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136200224-
CMYK0.390.1100.12
HSL196.36º58.67%70.59%-
HSV(B)196.36º39.29%87.84%-
XYZ44.2651.9278.21-
YUV183.6150.894.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.29%
GREEN value IS 200 (78.52% from 255) = 35.71%
BLUE value IS 224 (87.89% from 255) = 40%
R=24.29%
G=35.71%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362002240.390.1100.12196.3658.6770.59
Hex88C8E027B0Cc43b47
Octal210310340471301430473107
Binary100010001100100011100000100111101101100110001001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,200,224); }

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

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

 a { background-color: rgb(136,200,224); }

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

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

 span { border-color: rgb(136,200,224); }

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