Html Css Color HEX #88C0CB Seagull

📋 copy color: '#88C0CB'

red 136 ◦ green 192 ◦ blue 203

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

Shades of Seagull #88C0CB

Tints of Seagull #88C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 25.61%
G = 36.16%
B = 38.23%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88C0CB (or 0x88C0CB) is known color: Seagull. HEX triplet: 88, C0 and CB. RGB value is (136,192,203). Sum of RGB (Red+Green+Blue) = 136+192+203=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #88C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0CB is #773F34. Grayscale: #B0B0B0. Windows color (decimal): -7814965 or 13353096. OLE color: 13353096.

HSL color Cylindrical-coordinate representation of color #88C0CB: hue angle of 189.85º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88C0CB is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 192 203 -
CMYK 0.33 0.05 0 0.20
HSL 189.85º 0.39% 0.66% -
HSV(B) 189.85º 0.33% 0.8% -
XYZ 39.78 47.25 63.52 -
YUV 176.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 136 192 203 0.33 0.05 0 0.20 189.85 0.39 0.66
Hex 88 C0 CB 21 5 0 14 BE 27 42
Octal 210 300 313 41 5 0 24 276 47 102
Binary 10001000 11000000 11001011 100001 101 0 10100 10111110 100111 1000010

Color Harmonies of #88C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C0CB

Black with #88C0CB

Text Example


Text Example

White with #88C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,203); }

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

background-color css

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

 a { background-color: rgb(136,192,203); }

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

border-color css

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

 span { border-color: rgb(136,192,203); }

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