Html Css Color HEX #8CB6CA Seagull

📋 copy color: '#8CB6CA'

red 140 ◦ green 182 ◦ blue 202

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

Shades of Seagull #8CB6CA

Tints of Seagull #8CB6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 26.72%
G = 34.73%
B = 38.55%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8CB6CA (or 0x8CB6CA) is known color: Seagull. HEX triplet: 8C, B6 and CA. RGB value is (140,182,202). Sum of RGB (Red+Green+Blue) = 140+182+202=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CB6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6CA is #734935. Grayscale: #ABABAB. Windows color (decimal): -7555382 or 13285004. OLE color: 13285004.

HSL color Cylindrical-coordinate representation of color #8CB6CA: hue angle of 199.35º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB6CA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 182 202 -
CMYK 0.31 0.10 0 0.21
HSL 199.35º 0.37% 0.67% -
HSV(B) 199.35º 0.31% 0.79% -
XYZ 38.2 43.3 62.22 -
YUV 171.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 140 182 202 0.31 0.10 0 0.21 199.35 0.37 0.67
Hex 8C B6 CA 1F A 0 15 C7 25 43
Octal 214 266 312 37 12 0 25 307 45 103
Binary 10001100 10110110 11001010 11111 1010 0 10101 11000111 100101 1000011

Color Harmonies of #8CB6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB6CA

Black with #8CB6CA

Text Example


Text Example

White with #8CB6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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