#88BEDF

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

Shades of Anakiwa #88BEDF

Tints of Anakiwa #88BEDF

Color information

#88BEDF (or 0x88BEDF) is unknown color: approx Anakiwa. HEX triplet: 88, BE and DF. RGB value is (136,190,223). Sum of RGB (Red+Green+Blue) = 136+190+223=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #88BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEDF is #774120. Grayscale: #B1B1B1. Windows color (decimal): -7815457 or 14663304. OLE color: 14663304.

HSL color Cylindrical-coordinate representation of color #88BEDF: hue angle of 202.76º degrees, saturation: 0.58, 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 #88BEDF is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136190223-
CMYK0.390.1500.13
HSL202.76º57.62%70.39%-
HSV(B)202.76º39.01%87.45%-
XYZ41.8947.3976.75-
YUV177.62153.6198.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.77%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=24.77%
G=34.61%
B=40.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361902230.390.1500.13202.7657.6270.39
Hex88BEDF27F0Dcb3a46
Octal210276337471701531372106
Binary100010001011111011011111100111111101101110010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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