Html Css Color HEX #88BDC9 Seagull

📋 copy color: '#88BDC9'

red 136 ◦ green 189 ◦ blue 201

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

Shades of Seagull #88BDC9

Tints of Seagull #88BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 25.86%
G = 35.93%
B = 38.21%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#88BDC9 (or 0x88BDC9) is known color: Seagull. HEX triplet: 88, BD and C9. RGB value is (136,189,201). Sum of RGB (Red+Green+Blue) = 136+189+201=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #88BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDC9 is #774236. Grayscale: #AEAEAE. Windows color (decimal): -7815735 or 13221256. OLE color: 13221256.

HSL color Cylindrical-coordinate representation of color #88BDC9: hue angle of 191.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88BDC9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 189 201 -
CMYK 0.32 0.06 0 0.21
HSL 191.08º 0.38% 0.66% -
HSV(B) 191.08º 0.32% 0.79% -
XYZ 38.89 45.85 62.06 -
YUV 174.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 136 189 201 0.32 0.06 0 0.21 191.08 0.38 0.66
Hex 88 BD C9 20 6 0 15 BF 26 42
Octal 210 275 311 40 6 0 25 277 46 102
Binary 10001000 10111101 11001001 100000 110 0 10101 10111111 100110 1000010

Color Harmonies of #88BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDC9

Black with #88BDC9

Text Example


Text Example

White with #88BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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