Html Css Color HEX #88C1CA Seagull

📋 copy color: '#88C1CA'

red 136 ◦ green 193 ◦ blue 202

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

Shades of Seagull #88C1CA

Tints of Seagull #88C1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

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

R = 25.61%
G = 36.35%
B = 38.04%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#88C1CA (or 0x88C1CA) is known color: Seagull. HEX triplet: 88, C1 and CA. RGB value is (136,193,202). Sum of RGB (Red+Green+Blue) = 136+193+202=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #88C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C1CA is #773E35. Grayscale: #B0B0B0. Windows color (decimal): -7814710 or 13287816. OLE color: 13287816.

HSL color Cylindrical-coordinate representation of color #88C1CA: hue angle of 188.18º 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 #88C1CA is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 193 202 -
CMYK 0.33 0.04 0 0.21
HSL 188.18º 0.38% 0.66% -
HSV(B) 188.18º 0.33% 0.79% -
XYZ 39.88 47.64 62.97 -
YUV 176.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 136 193 202 0.33 0.04 0 0.21 188.18 0.38 0.66
Hex 88 C1 CA 21 4 0 15 BC 26 42
Octal 210 301 312 41 4 0 25 274 46 102
Binary 10001000 11000001 11001010 100001 100 0 10101 10111100 100110 1000010

Color Harmonies of #88C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C1CA

Black with #88C1CA

Text Example


Text Example

White with #88C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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