Html Css Color HEX #88BADB Seagull

📋 copy color: '#88BADB'

red 136 ◦ green 186 ◦ blue 219

#88BADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #88BADB

Tints of Seagull #88BADB

RGB

 RED value IS 136 (53.52% from 255) = 25.14%

 GREEN value IS 186 (73.05% from 255) = 34.38%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 25.14%
G = 34.38%
B = 40.48%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88BADB (or 0x88BADB) is known color: Seagull. HEX triplet: 88, BA and DB. RGB value is (136,186,219). Sum of RGB (Red+Green+Blue) = 136+186+219=541 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.14% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #88BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BADB is #774524. Grayscale: #AEAEAE. Windows color (decimal): -7816485 or 14400136. OLE color: 14400136.

HSL color Cylindrical-coordinate representation of color #88BADB: hue angle of 203.86º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88BADB is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 186 219 -
CMYK 0.38 0.15 0 0.14
HSL 203.86º 0.54% 0.7% -
HSV(B) 203.86º 0.38% 0.86% -
XYZ 40.5 45.47 73.66 -
YUV 174.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 136 186 219 0.38 0.15 0 0.14 203.86 0.54 0.7
Hex 88 BA DB 26 F 0 E CC 36 46
Octal 210 272 333 46 17 0 16 314 66 106
Binary 10001000 10111010 11011011 100110 1111 0 1110 11001100 110110 1000110

Color Harmonies of #88BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BADB

Black with #88BADB

Text Example


Text Example

White with #88BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88BADB;
 }
 .AnyTagClassName
 {
   color: #88BADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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