Html Css Color HEX #88BBCB Seagull

📋 copy color: '#88BBCB'

red 136 ◦ green 187 ◦ blue 203

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

Shades of Seagull #88BBCB

Tints of Seagull #88BBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.55%

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

R = 25.86%
G = 35.55%
B = 38.59%

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

#88BBCB (or 0x88BBCB) is known color: Seagull. HEX triplet: 88, BB and CB. RGB value is (136,187,203). Sum of RGB (Red+Green+Blue) = 136+187+203=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #88BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBCB is #774434. Grayscale: #ADADAD. Windows color (decimal): -7816245 or 13351816. OLE color: 13351816.

HSL color Cylindrical-coordinate representation of color #88BBCB: hue angle of 194.33º 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 #88BBCB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 187 203 -
CMYK 0.33 0.08 0 0.20
HSL 194.33º 0.39% 0.66% -
HSV(B) 194.33º 0.33% 0.8% -
XYZ 38.7 45.09 63.16 -
YUV 173.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 136 187 203 0.33 0.08 0 0.20 194.33 0.39 0.66
Hex 88 BB CB 21 8 0 14 C2 27 42
Octal 210 273 313 41 10 0 24 302 47 102
Binary 10001000 10111011 11001011 100001 1000 0 10100 11000010 100111 1000010

Color Harmonies of #88BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BBCB

Black with #88BBCB

Text Example


Text Example

White with #88BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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