#88BCCF

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

Shades of Seagull #88BCCF

Tints of Seagull #88BCCF

Color information

#88BCCF (or 0x88BCCF) is unknown color: approx Seagull. HEX triplet: 88, BC and CF. RGB value is (136,188,207). Sum of RGB (Red+Green+Blue) = 136+188+207=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #88BCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCCF is #774330. Grayscale: #AEAEAE. Windows color (decimal): -7815985 or 13614216. OLE color: 13614216.

HSL color Cylindrical-coordinate representation of color #88BCCF: hue angle of 196.06º 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 #88BCCF is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB136188207-
CMYK0.340.0900.19
HSL196.06º42.51%67.25%-
HSV(B)196.06º34.3%81.18%-
XYZ39.445.7165.78-
YUV174.62146.27100.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=25.61%
G=35.40%
B=38.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361882070.340.0900.19196.0642.5167.25
Hex88BCCF229013c42b43
Octal210274317421102330453103
Binary1000100010111100110011111000101001010011110001001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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