Html Css Color HEX #88C0CD Seagull

📋 copy color: '#88C0CD'

red 136 ◦ green 192 ◦ blue 205

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

Shades of Seagull #88C0CD

Tints of Seagull #88C0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 25.52%
G = 36.02%
B = 38.46%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#88C0CD (or 0x88C0CD) is known color: Seagull. HEX triplet: 88, C0 and CD. RGB value is (136,192,205). Sum of RGB (Red+Green+Blue) = 136+192+205=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #88C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0CD is #773F32. Grayscale: #B0B0B0. Windows color (decimal): -7814963 or 13484168. OLE color: 13484168.

HSL color Cylindrical-coordinate representation of color #88C0CD: hue angle of 191.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C0CD is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 192 205 -
CMYK 0.34 0.06 0 0.20
HSL 191.3º 0.41% 0.67% -
HSV(B) 191.3º 0.34% 0.8% -
XYZ 40.02 47.34 64.79 -
YUV 176.74 143.95 98.94 -
System Red Green Blue C M Y K H S L
Decimal 136 192 205 0.34 0.06 0 0.20 191.3 0.41 0.67
Hex 88 C0 CD 22 6 0 14 BF 29 43
Octal 210 300 315 42 6 0 24 277 51 103
Binary 10001000 11000000 11001101 100010 110 0 10100 10111111 101001 1000011

Color Harmonies of #88C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C0CD

Black with #88C0CD

Text Example


Text Example

White with #88C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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