Html Css Color HEX #88BFCD Seagull

📋 copy color: '#88BFCD'

red 136 ◦ green 191 ◦ blue 205

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

Shades of Seagull #88BFCD

Tints of Seagull #88BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 35.9%

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 25.56%
G = 35.9%
B = 38.53%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88BFCD (or 0x88BFCD) is known color: Seagull. HEX triplet: 88, BF and CD. RGB value is (136,191,205). Sum of RGB (Red+Green+Blue) = 136+191+205=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #88BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFCD is #774032. Grayscale: #B0B0B0. Windows color (decimal): -7815219 or 13483912. OLE color: 13483912.

HSL color Cylindrical-coordinate representation of color #88BFCD: hue angle of 192.17º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BFCD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 191 205 -
CMYK 0.34 0.07 0 0.20
HSL 192.17º 0.41% 0.67% -
HSV(B) 192.17º 0.34% 0.8% -
XYZ 39.8 46.9 64.71 -
YUV 176.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 136 191 205 0.34 0.07 0 0.20 192.17 0.41 0.67
Hex 88 BF CD 22 7 0 14 C0 29 43
Octal 210 277 315 42 7 0 24 300 51 103
Binary 10001000 10111111 11001101 100010 111 0 10100 11000000 101001 1000011

Color Harmonies of #88BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BFCD

Black with #88BFCD

Text Example


Text Example

White with #88BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,191,205); }

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

background-color css

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

 a { background-color: rgb(136,191,205); }

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

border-color css

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

 span { border-color: rgb(136,191,205); }

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