Html Css Color HEX #8CB6CB Seagull

📋 copy color: '#8CB6CB'

red 140 ◦ green 182 ◦ blue 203

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

Shades of Seagull #8CB6CB

Tints of Seagull #8CB6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 26.67%
G = 34.67%
B = 38.67%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CB6CB (or 0x8CB6CB) is known color: Seagull. HEX triplet: 8C, B6 and CB. RGB value is (140,182,203). Sum of RGB (Red+Green+Blue) = 140+182+203=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CB6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6CB is #734934. Grayscale: #ABABAB. Windows color (decimal): -7555381 or 13350540. OLE color: 13350540.

HSL color Cylindrical-coordinate representation of color #8CB6CB: hue angle of 200º degrees, saturation: 0.38, 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 #8CB6CB is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 182 203 -
CMYK 0.31 0.10 0 0.20
HSL 200º 0.38% 0.67% -
HSV(B) 200º 0.31% 0.8% -
XYZ 38.32 43.34 62.85 -
YUV 171.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 140 182 203 0.31 0.10 0 0.20 200 0.38 0.67
Hex 8C B6 CB 1F A 0 14 C8 26 43
Octal 214 266 313 37 12 0 24 310 46 103
Binary 10001100 10110110 11001011 11111 1010 0 10100 11001000 100110 1000011

Color Harmonies of #8CB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB6CB

Black with #8CB6CB

Text Example


Text Example

White with #8CB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,182,203); }

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

background-color css

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

 a { background-color: rgb(140,182,203); }

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

border-color css

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

 span { border-color: rgb(140,182,203); }

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