#88b6cd

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

Shades of Seagull #88B6CD

Tints of Seagull #88B6CD

Color information

#88B6CD (or 0x88B6CD) is unknown color: approx Seagull. HEX triplet: 88, B6 and CD. RGB value is (136,182,205). Sum of RGB (Red+Green+Blue) = 136+182+205=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #88B6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B6CD is #774932. Grayscale: #AAAAAA. Windows color (decimal): -7817523 or 13481608. OLE color: 13481608.

HSL color Cylindrical-coordinate representation of color #88B6CD: hue angle of 200º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88B6CD is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136182205-
CMYK0.340.1100.20
HSL200º40.83%66.86%-
HSV(B)200º33.66%80.39%-
XYZ37.943.164.08-
YUV170.87147.26103.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=26.00%
G=34.80%
B=39.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361822050.340.1100.2020040.8366.86
Hex88B6CD22B014c82943
Octal210266315421302431051103
Binary1000100010110110110011011000101011010100110010001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88b6cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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