#88C4E6

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

Shades of Anakiwa #88C4E6

Tints of Anakiwa #88C4E6

Color information

#88C4E6 (or 0x88C4E6) is unknown color: approx Anakiwa. HEX triplet: 88, C4 and E6. RGB value is (136,196,230). Sum of RGB (Red+Green+Blue) = 136+196+230=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #88C4E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C4E6 is #773B19. Grayscale: #B5B5B5. Windows color (decimal): -7813914 or 15123592. OLE color: 15123592.

HSL color Cylindrical-coordinate representation of color #88C4E6: hue angle of 201.7º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88C4E6 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB136196230-
CMYK0.410.1500.10
HSL201.7º65.28%71.76%-
HSV(B)201.7º40.87%90.2%-
XYZ44.1850.4382.27-
YUV181.94155.1295.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 230 (90.23% from 255) = 40.93%
R=24.20%
G=34.88%
B=40.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1361962300.410.1500.10201.765.2871.76
Hex88C4E629F0Aca4148
Octal2103043465117012312101110
Binary1000100011000100111001101010011111010101100101010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,196,230); }

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

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

 a { background-color: rgb(136,196,230); }

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

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

 span { border-color: rgb(136,196,230); }

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