Html Css Color HEX #8CBCCD Seagull

📋 copy color: '#8CBCCD'

red 140 ◦ green 188 ◦ blue 205

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

Shades of Seagull #8CBCCD

Tints of Seagull #8CBCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

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

R = 26.27%
G = 35.27%
B = 38.46%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CBCCD (or 0x8CBCCD) is known color: Seagull. HEX triplet: 8C, BC and CD. RGB value is (140,188,205). Sum of RGB (Red+Green+Blue) = 140+188+205=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCCD is #734332. Grayscale: #AFAFAF. Windows color (decimal): -7553843 or 13483148. OLE color: 13483148.

HSL color Cylindrical-coordinate representation of color #8CBCCD: hue angle of 195.69º 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 #8CBCCD is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 188 205 -
CMYK 0.32 0.08 0 0.20
HSL 195.69º 0.39% 0.68% -
HSV(B) 195.69º 0.32% 0.8% -
XYZ 39.82 45.95 64.53 -
YUV 175.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 140 188 205 0.32 0.08 0 0.20 195.69 0.39 0.68
Hex 8C BC CD 20 8 0 14 C4 27 44
Octal 214 274 315 40 10 0 24 304 47 104
Binary 10001100 10111100 11001101 100000 1000 0 10100 11000100 100111 1000100

Color Harmonies of #8CBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCCD

Black with #8CBCCD

Text Example


Text Example

White with #8CBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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