Html Css Color HEX #88BED1 Seagull

📋 copy color: '#88BED1'

red 136 ◦ green 190 ◦ blue 209

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

Shades of Seagull #88BED1

Tints of Seagull #88BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

 BLUE value IS 209 (82.03% from 255) = 39.07%

R = 25.42%
G = 35.51%
B = 39.07%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#88BED1 (or 0x88BED1) is known color: Seagull. HEX triplet: 88, BE and D1. RGB value is (136,190,209). Sum of RGB (Red+Green+Blue) = 136+190+209=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #88BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BED1 is #77412E. Grayscale: #AFAFAF. Windows color (decimal): -7815471 or 13745800. OLE color: 13745800.

HSL color Cylindrical-coordinate representation of color #88BED1: hue angle of 195.62º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88BED1 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 190 209 -
CMYK 0.35 0.09 0 0.18
HSL 195.62º 0.44% 0.68% -
HSV(B) 195.62º 0.35% 0.82% -
XYZ 40.08 46.66 67.22 -
YUV 176.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 136 190 209 0.35 0.09 0 0.18 195.62 0.44 0.68
Hex 88 BE D1 23 9 0 12 C4 2C 44
Octal 210 276 321 43 11 0 22 304 54 104
Binary 10001000 10111110 11010001 100011 1001 0 10010 11000100 101100 1000100

Color Harmonies of #88BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BED1

Black with #88BED1

Text Example


Text Example

White with #88BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,190,209); }

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

background-color css

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

 a { background-color: rgb(136,190,209); }

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

border-color css

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

 span { border-color: rgb(136,190,209); }

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