#88BEDE

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

Shades of Anakiwa #88BEDE

Tints of Anakiwa #88BEDE

Color information

#88BEDE (or 0x88BEDE) is unknown color: approx Anakiwa. HEX triplet: 88, BE and DE. RGB value is (136,190,222). Sum of RGB (Red+Green+Blue) = 136+190+222=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #88BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEDE is #774121. Grayscale: #B1B1B1. Windows color (decimal): -7815458 or 14597768. OLE color: 14597768.

HSL color Cylindrical-coordinate representation of color #88BEDE: hue angle of 202.33º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88BEDE is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136190222-
CMYK0.390.1400.13
HSL202.33º56.58%70.2%-
HSV(B)202.33º38.74%87.06%-
XYZ41.7547.3476.04-
YUV177.5153.1198.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.82%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=24.82%
G=34.67%
B=40.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361902220.390.1400.13202.3356.5870.2
Hex88BEDE27E0Dca3946
Octal210276336471601531271106
Binary100010001011111011011110100111111001101110010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,190,222); }

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

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

 a { background-color: rgb(136,190,222); }

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

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

 span { border-color: rgb(136,190,222); }

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