Html Css Color HEX #8DB7CC Seagull

📋 copy color: '#8DB7CC'

red 141 ◦ green 183 ◦ blue 204

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

Shades of Seagull #8DB7CC

Tints of Seagull #8DB7CC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

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

R = 26.7%
G = 34.66%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DB7CC (or 0x8DB7CC) is known color: Seagull. HEX triplet: 8D, B7 and CC. RGB value is (141,183,204). Sum of RGB (Red+Green+Blue) = 141+183+204=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7CC is #724833. Grayscale: #ACACAC. Windows color (decimal): -7489588 or 13416333. OLE color: 13416333.

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

Color convert

RGB 141 183 204 -
CMYK 0.31 0.10 0 0.2
HSL 200º 0.38% 0.68% -
HSV(B) 200º 0.31% 0.8% -
XYZ 38.82 43.89 63.55 -
YUV 172.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 141 183 204 0.31 0.10 0 0.2 200 0.38 0.68
Hex 8D B7 CC 1F A 0 14 C8 26 44
Octal 215 267 314 37 12 0 24 310 46 104
Binary 10001101 10110111 11001100 11111 1010 0 10100 11001000 100110 1000100

Color Harmonies of #8DB7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB7CC

Black with #8DB7CC

Text Example


Text Example

White with #8DB7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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