Html Css Color HEX #88BDCB Seagull

📋 copy color: '#88BDCB'

red 136 ◦ green 189 ◦ blue 203

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

Shades of Seagull #88BDCB

Tints of Seagull #88BDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

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

R = 25.76%
G = 35.8%
B = 38.45%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88BDCB (or 0x88BDCB) is known color: Seagull. HEX triplet: 88, BD and CB. RGB value is (136,189,203). Sum of RGB (Red+Green+Blue) = 136+189+203=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #88BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDCB is #774234. Grayscale: #AEAEAE. Windows color (decimal): -7815733 or 13352328. OLE color: 13352328.

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

Color convert

RGB 136 189 203 -
CMYK 0.33 0.07 0 0.20
HSL 192.54º 0.39% 0.66% -
HSV(B) 192.54º 0.33% 0.8% -
XYZ 39.13 45.94 63.31 -
YUV 174.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 136 189 203 0.33 0.07 0 0.20 192.54 0.39 0.66
Hex 88 BD CB 21 7 0 14 C1 27 42
Octal 210 275 313 41 7 0 24 301 47 102
Binary 10001000 10111101 11001011 100001 111 0 10100 11000001 100111 1000010

Color Harmonies of #88BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDCB

Black with #88BDCB

Text Example


Text Example

White with #88BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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