Html Css Color HEX #8CBACC Seagull

📋 copy color: '#8CBACC'

red 140 ◦ green 186 ◦ blue 204

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

Shades of Seagull #8CBACC

Tints of Seagull #8CBACC

RGB

 RED value IS 140 (55.08% from 255) = 26.42%

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

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

R = 26.42%
G = 35.09%
B = 38.49%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8CBACC (or 0x8CBACC) is known color: Seagull. HEX triplet: 8C, BA and CC. RGB value is (140,186,204). Sum of RGB (Red+Green+Blue) = 140+186+204=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBACC is #734533. Grayscale: #AEAEAE. Windows color (decimal): -7554356 or 13417100. OLE color: 13417100.

HSL color Cylindrical-coordinate representation of color #8CBACC: hue angle of 196.88º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CBACC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 186 204 -
CMYK 0.31 0.09 0 0.2
HSL 196.88º 0.39% 0.67% -
HSV(B) 196.88º 0.31% 0.8% -
XYZ 39.27 45.05 63.75 -
YUV 174.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 140 186 204 0.31 0.09 0 0.2 196.88 0.39 0.67
Hex 8C BA CC 1F 9 0 14 C5 27 43
Octal 214 272 314 37 11 0 24 305 47 103
Binary 10001100 10111010 11001100 11111 1001 0 10100 11000101 100111 1000011

Color Harmonies of #8CBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBACC

Black with #8CBACC

Text Example


Text Example

White with #8CBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CBACC; }

 p { color: rgb(140,186,204); }

 H1.HeaderClassName
 {
   color: #8CBACC;
 }
 .AnyTagClassName
 {
   color: #8CBACC;
 }
</style>

background-color css

<style>
 a { background-color: #8CBACC; }

 a { background-color: rgb(140,186,204); }

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

border-color css

<style>
 span { border-color: #8CBACC; }

 span { border-color: rgb(140,186,204); }

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