Html Css Color HEX #88BCD2 Seagull

📋 copy color: '#88BCD2'

red 136 ◦ green 188 ◦ blue 210

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

Shades of Seagull #88BCD2

Tints of Seagull #88BCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.33%

R = 25.47%
G = 35.21%
B = 39.33%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#88BCD2 (or 0x88BCD2) is known color: Seagull. HEX triplet: 88, BC and D2. RGB value is (136,188,210). Sum of RGB (Red+Green+Blue) = 136+188+210=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #88BCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BCD2 is #77432D. Grayscale: #AEAEAE. Windows color (decimal): -7815982 or 13810824. OLE color: 13810824.

HSL color Cylindrical-coordinate representation of color #88BCD2: hue angle of 197.84º degrees, saturation: 0.45, 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 #88BCD2 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 136 188 210 -
CMYK 0.35 0.10 0 0.18
HSL 197.84º 0.45% 0.68% -
HSV(B) 197.84º 0.35% 0.82% -
XYZ 39.77 45.85 67.73 -
YUV 174.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 136 188 210 0.35 0.10 0 0.18 197.84 0.45 0.68
Hex 88 BC D2 23 A 0 12 C6 2D 44
Octal 210 274 322 43 12 0 22 306 55 104
Binary 10001000 10111100 11010010 100011 1010 0 10010 11000110 101101 1000100

Color Harmonies of #88BCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BCD2

Black with #88BCD2

Text Example


Text Example

White with #88BCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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