Html Css Color HEX #88BBCC Seagull

📋 copy color: '#88BBCC'

red 136 ◦ green 187 ◦ blue 204

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

Shades of Seagull #88BBCC

Tints of Seagull #88BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.48%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 25.81%
G = 35.48%
B = 38.71%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#88BBCC (or 0x88BBCC) is known color: Seagull. HEX triplet: 88, BB and CC. RGB value is (136,187,204). Sum of RGB (Red+Green+Blue) = 136+187+204=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #88BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBCC is #774433. Grayscale: #ADADAD. Windows color (decimal): -7816244 or 13417352. OLE color: 13417352.

HSL color Cylindrical-coordinate representation of color #88BBCC: hue angle of 195º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88BBCC is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 187 204 -
CMYK 0.33 0.08 0 0.2
HSL 195º 0.4% 0.67% -
HSV(B) 195º 0.33% 0.8% -
XYZ 38.82 45.13 63.79 -
YUV 173.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 136 187 204 0.33 0.08 0 0.2 195 0.4 0.67
Hex 88 BB CC 21 8 0 14 C3 28 43
Octal 210 273 314 41 10 0 24 303 50 103
Binary 10001000 10111011 11001100 100001 1000 0 10100 11000011 101000 1000011

Color Harmonies of #88BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BBCC

Black with #88BBCC

Text Example


Text Example

White with #88BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,187,204); }

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

background-color css

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

 a { background-color: rgb(136,187,204); }

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

border-color css

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

 span { border-color: rgb(136,187,204); }

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