Html Css Color HEX #8CBDCA Seagull

📋 copy color: '#8CBDCA'

red 140 ◦ green 189 ◦ blue 202

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

Shades of Seagull #8CBDCA

Tints of Seagull #8CBDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.59%

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

R = 26.37%
G = 35.59%
B = 38.04%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8CBDCA (or 0x8CBDCA) is known color: Seagull. HEX triplet: 8C, BD and CA. RGB value is (140,189,202). Sum of RGB (Red+Green+Blue) = 140+189+202=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBDCA is #734235. Grayscale: #AFAFAF. Windows color (decimal): -7553590 or 13286796. OLE color: 13286796.

HSL color Cylindrical-coordinate representation of color #8CBDCA: hue angle of 192.58º 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 #8CBDCA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 189 202 -
CMYK 0.31 0.06 0 0.21
HSL 192.58º 0.37% 0.67% -
HSV(B) 192.58º 0.31% 0.79% -
XYZ 39.67 46.23 62.71 -
YUV 175.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 140 189 202 0.31 0.06 0 0.21 192.58 0.37 0.67
Hex 8C BD CA 1F 6 0 15 C1 25 43
Octal 214 275 312 37 6 0 25 301 45 103
Binary 10001100 10111101 11001010 11111 110 0 10101 11000001 100101 1000011

Color Harmonies of #8CBDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBDCA

Black with #8CBDCA

Text Example


Text Example

White with #8CBDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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