Html Css Color HEX #88BACB Seagull

📋 copy color: '#88BACB'

red 136 ◦ green 186 ◦ blue 203

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

Shades of Seagull #88BACB

Tints of Seagull #88BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 25.9%
G = 35.43%
B = 38.67%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88BACB (or 0x88BACB) is known color: Seagull. HEX triplet: 88, BA and CB. RGB value is (136,186,203). Sum of RGB (Red+Green+Blue) = 136+186+203=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #88BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BACB is #774534. Grayscale: #ACACAC. Windows color (decimal): -7816501 or 13351560. OLE color: 13351560.

HSL color Cylindrical-coordinate representation of color #88BACB: hue angle of 195.22º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88BACB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 186 203 -
CMYK 0.33 0.08 0 0.20
HSL 195.22º 0.39% 0.66% -
HSV(B) 195.22º 0.33% 0.8% -
XYZ 38.49 44.66 63.09 -
YUV 172.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 136 186 203 0.33 0.08 0 0.20 195.22 0.39 0.66
Hex 88 BA CB 21 8 0 14 C3 27 42
Octal 210 272 313 41 10 0 24 303 47 102
Binary 10001000 10111010 11001011 100001 1000 0 10100 11000011 100111 1000010

Color Harmonies of #88BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BACB

Black with #88BACB

Text Example


Text Example

White with #88BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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