#88BADA

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

Shades of Seagull #88BADA

Tints of Seagull #88BADA

Color information

#88BADA (or 0x88BADA) is unknown color: approx Seagull. HEX triplet: 88, BA and DA. RGB value is (136,186,218). Sum of RGB (Red+Green+Blue) = 136+186+218=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #88BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BADA is #774525. Grayscale: #AEAEAE. Windows color (decimal): -7816486 or 14334600. OLE color: 14334600.

HSL color Cylindrical-coordinate representation of color #88BADA: hue angle of 203.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BADA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136186218-
CMYK0.380.1500.15
HSL203.41º52.56%69.41%-
HSV(B)203.41º37.61%85.49%-
XYZ40.3745.4172.97-
YUV174.7152.44100.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.19%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=25.19%
G=34.44%
B=40.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361862180.380.1500.15203.4152.5669.41
Hex88BADA26F0Fcb3545
Octal210272332461701731365105
Binary100010001011101011011010100110111101111110010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,218); }

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

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

 a { background-color: rgb(136,186,218); }

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

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

 span { border-color: rgb(136,186,218); }

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