Html Css Color HEX #88BFCC Seagull

📋 copy color: '#88BFCC'

red 136 ◦ green 191 ◦ blue 204

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

Shades of Seagull #88BFCC

Tints of Seagull #88BFCC

RGB

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

 GREEN value IS 191 (75% from 255) = 35.97%

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

R = 25.61%
G = 35.97%
B = 38.42%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#88BFCC (or 0x88BFCC) is known color: Seagull. HEX triplet: 88, BF and CC. RGB value is (136,191,204). Sum of RGB (Red+Green+Blue) = 136+191+204=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #88BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFCC is #774033. Grayscale: #AFAFAF. Windows color (decimal): -7815220 or 13418376. OLE color: 13418376.

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

Color convert

RGB 136 191 204 -
CMYK 0.33 0.06 0 0.2
HSL 191.47º 0.4% 0.67% -
HSV(B) 191.47º 0.33% 0.8% -
XYZ 39.68 46.86 64.08 -
YUV 176.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 136 191 204 0.33 0.06 0 0.2 191.47 0.4 0.67
Hex 88 BF CC 21 6 0 14 BF 28 43
Octal 210 277 314 41 6 0 24 277 50 103
Binary 10001000 10111111 11001100 100001 110 0 10100 10111111 101000 1000011

Color Harmonies of #88BFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BFCC

Black with #88BFCC

Text Example


Text Example

White with #88BFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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