Html Css Color HEX #8CBBCD Seagull

📋 copy color: '#8CBBCD'

red 140 ◦ green 187 ◦ blue 205

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

Shades of Seagull #8CBBCD

Tints of Seagull #8CBBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 26.32%
G = 35.15%
B = 38.53%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CBBCD (or 0x8CBBCD) is known color: Seagull. HEX triplet: 8C, BB and CD. RGB value is (140,187,205). Sum of RGB (Red+Green+Blue) = 140+187+205=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CBBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBCD is #734432. Grayscale: #AEAEAE. Windows color (decimal): -7554099 or 13482892. OLE color: 13482892.

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

Color convert

RGB 140 187 205 -
CMYK 0.32 0.09 0 0.20
HSL 196.62º 0.39% 0.68% -
HSV(B) 196.62º 0.32% 0.8% -
XYZ 39.6 45.52 64.46 -
YUV 175 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 140 187 205 0.32 0.09 0 0.20 196.62 0.39 0.68
Hex 8C BB CD 20 9 0 14 C5 27 44
Octal 214 273 315 40 11 0 24 305 47 104
Binary 10001100 10111011 11001101 100000 1001 0 10100 11000101 100111 1000100

Color Harmonies of #8CBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBBCD

Black with #8CBBCD

Text Example


Text Example

White with #8CBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,187,205); }

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

background-color css

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

 a { background-color: rgb(140,187,205); }

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

border-color css

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

 span { border-color: rgb(140,187,205); }

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