#88C9E1

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

Shades of Anakiwa #88C9E1

Tints of Anakiwa #88C9E1

Color information

#88C9E1 (or 0x88C9E1) is unknown color: approx Anakiwa. HEX triplet: 88, C9 and E1. RGB value is (136,201,225). Sum of RGB (Red+Green+Blue) = 136+201+225=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #88C9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C9E1 is #77361E. Grayscale: #B8B8B8. Windows color (decimal): -7812639 or 14797192. OLE color: 14797192.

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

Color convert

RGB136201225-
CMYK0.400.1100.12
HSL196.18º59.73%70.78%-
HSV(B)196.18º39.56%88.24%-
XYZ44.6352.4479-
YUV184.3150.9793.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=24.20%
G=35.77%
B=40.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362012250.400.1100.12196.1859.7370.78
Hex88C9E128B0Cc43c47
Octal210311341501301430474107
Binary100010001100100111100001101000101101100110001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,201,225); }

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

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

 a { background-color: rgb(136,201,225); }

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

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

 span { border-color: rgb(136,201,225); }

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