Html Css Color HEX #88BCD5 Seagull

📋 copy color: '#88BCD5'

red 136 ◦ green 188 ◦ blue 213

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

Shades of Seagull #88BCD5

Tints of Seagull #88BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.01%

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 25.33%
G = 35.01%
B = 39.66%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#88BCD5 (or 0x88BCD5) is known color: Seagull. HEX triplet: 88, BC and D5. RGB value is (136,188,213). Sum of RGB (Red+Green+Blue) = 136+188+213=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #88BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCD5 is #77432A. Grayscale: #AFAFAF. Windows color (decimal): -7815979 or 14007432. OLE color: 14007432.

HSL color Cylindrical-coordinate representation of color #88BCD5: hue angle of 199.48º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88BCD5 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 188 213 -
CMYK 0.36 0.12 0 0.16
HSL 199.48º 0.48% 0.68% -
HSV(B) 199.48º 0.36% 0.84% -
XYZ 40.15 46 69.71 -
YUV 175.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 136 188 213 0.36 0.12 0 0.16 199.48 0.48 0.68
Hex 88 BC D5 24 C 0 10 C7 30 44
Octal 210 274 325 44 14 0 20 307 60 104
Binary 10001000 10111100 11010101 100100 1100 0 10000 11000111 110000 1000100

Color Harmonies of #88BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BCD5

Black with #88BCD5

Text Example


Text Example

White with #88BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,188,213); }

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

background-color css

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

 a { background-color: rgb(136,188,213); }

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

border-color css

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

 span { border-color: rgb(136,188,213); }

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