Html Css Color HEX #88BDCA Seagull

📋 copy color: '#88BDCA'

red 136 ◦ green 189 ◦ blue 202

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

Shades of Seagull #88BDCA

Tints of Seagull #88BDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 25.81%
G = 35.86%
B = 38.33%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#88BDCA (or 0x88BDCA) is known color: Seagull. HEX triplet: 88, BD and CA. RGB value is (136,189,202). Sum of RGB (Red+Green+Blue) = 136+189+202=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #88BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BDCA is #774235. Grayscale: #AEAEAE. Windows color (decimal): -7815734 or 13286792. OLE color: 13286792.

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

Color convert

RGB 136 189 202 -
CMYK 0.33 0.06 0 0.21
HSL 191.82º 0.38% 0.66% -
HSV(B) 191.82º 0.33% 0.79% -
XYZ 39.01 45.89 62.68 -
YUV 174.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 136 189 202 0.33 0.06 0 0.21 191.82 0.38 0.66
Hex 88 BD CA 21 6 0 15 C0 26 42
Octal 210 275 312 41 6 0 25 300 46 102
Binary 10001000 10111101 11001010 100001 110 0 10101 11000000 100110 1000010

Color Harmonies of #88BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDCA

Black with #88BDCA

Text Example


Text Example

White with #88BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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