#88B6CF

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

Shades of Seagull #88B6CF

Tints of Seagull #88B6CF

Color information

#88B6CF (or 0x88B6CF) is unknown color: approx Seagull. HEX triplet: 88, B6 and CF. RGB value is (136,182,207). Sum of RGB (Red+Green+Blue) = 136+182+207=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #88B6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B6CF is #774930. Grayscale: #AAAAAA. Windows color (decimal): -7817521 or 13612680. OLE color: 13612680.

HSL color Cylindrical-coordinate representation of color #88B6CF: hue angle of 201.13º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88B6CF is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136182207-
CMYK0.340.1200.19
HSL201.13º42.51%67.25%-
HSV(B)201.13º34.3%81.18%-
XYZ38.1443.265.36-
YUV171.1148.26102.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.90%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=25.90%
G=34.67%
B=39.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361822070.340.1200.19201.1342.5167.25
Hex88B6CF22C013c92b43
Octal210266317421402331153103
Binary1000100010110110110011111000101100010011110010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,182,207); }

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

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

 a { background-color: rgb(136,182,207); }

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

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

 span { border-color: rgb(136,182,207); }

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