#88bfcc

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

Shades of Seagull #88BFCC

Tints of Seagull #88BFCC

Color information

#88BFCC (or 0x88BFCC) is unknown color: approx Seagull. HEX triplet: 88, BF and CC. RGB value is (136,191,204). Sum of RGB (Red+Green+Blue) = 136+191+204=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #88BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFCC is #774033. Grayscale: #AFAFAF. Windows color (decimal): -7815220 or 13418376. OLE color: 13418376.

HSL color Cylindrical-coordinate representation of color #88BFCC: hue angle of 191.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88BFCC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136191204-
CMYK0.330.0600.2
HSL191.47º40%66.67%-
HSV(B)191.47º33.33%80%-
XYZ39.6846.8664.08-
YUV176.04143.7899.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=25.61%
G=35.97%
B=38.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361912040.330.0600.2191.474066.67
Hex88BFCC216014bf2843
Octal21027731441602427750103
Binary100010001011111111001100100001110010100101111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88bfcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,191,204); }

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

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

 a { background-color: rgb(136,191,204); }

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

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

 span { border-color: rgb(136,191,204); }

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