Html Css Color HEX #88BACF Seagull

📋 copy color: '#88BACF'

red 136 ◦ green 186 ◦ blue 207

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

Shades of Seagull #88BACF

Tints of Seagull #88BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.16%

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 25.71%
G = 35.16%
B = 39.13%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#88BACF (or 0x88BACF) is known color: Seagull. HEX triplet: 88, BA and CF. RGB value is (136,186,207). Sum of RGB (Red+Green+Blue) = 136+186+207=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #88BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BACF is #774530. Grayscale: #ADADAD. Windows color (decimal): -7816497 or 13613704. OLE color: 13613704.

HSL color Cylindrical-coordinate representation of color #88BACF: hue angle of 197.75º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BACF is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 186 207 -
CMYK 0.34 0.10 0 0.19
HSL 197.75º 0.43% 0.67% -
HSV(B) 197.75º 0.34% 0.81% -
XYZ 38.97 44.86 65.64 -
YUV 173.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 136 186 207 0.34 0.10 0 0.19 197.75 0.43 0.67
Hex 88 BA CF 22 A 0 13 C6 2B 43
Octal 210 272 317 42 12 0 23 306 53 103
Binary 10001000 10111010 11001111 100010 1010 0 10011 11000110 101011 1000011

Color Harmonies of #88BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BACF

Black with #88BACF

Text Example


Text Example

White with #88BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,186,207); }

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

background-color css

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

 a { background-color: rgb(136,186,207); }

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

border-color css

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

 span { border-color: rgb(136,186,207); }

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