Html Css Color HEX #8DB6CC Seagull

📋 copy color: '#8DB6CC'

red 141 ◦ green 182 ◦ blue 204

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

Shades of Seagull #8DB6CC

Tints of Seagull #8DB6CC

RGB

 RED value IS 141 (55.47% from 255) = 26.76%

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 26.76%
G = 34.54%
B = 38.71%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DB6CC (or 0x8DB6CC) is known color: Seagull. HEX triplet: 8D, B6 and CC. RGB value is (141,182,204). Sum of RGB (Red+Green+Blue) = 141+182+204=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DB6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6CC is #724933. Grayscale: #ACACAC. Windows color (decimal): -7489844 or 13416077. OLE color: 13416077.

HSL color Cylindrical-coordinate representation of color #8DB6CC: hue angle of 200.95º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB6CC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 182 204 -
CMYK 0.31 0.11 0 0.2
HSL 200.95º 0.38% 0.68% -
HSV(B) 200.95º 0.31% 0.8% -
XYZ 38.61 43.48 63.48 -
YUV 172.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 141 182 204 0.31 0.11 0 0.2 200.95 0.38 0.68
Hex 8D B6 CC 1F B 0 14 C9 26 44
Octal 215 266 314 37 13 0 24 311 46 104
Binary 10001101 10110110 11001100 11111 1011 0 10100 11001001 100110 1000100

Color Harmonies of #8DB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB6CC

Black with #8DB6CC

Text Example


Text Example

White with #8DB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,182,204); }

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

background-color css

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

 a { background-color: rgb(141,182,204); }

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

border-color css

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

 span { border-color: rgb(141,182,204); }

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