Html Css Color HEX #8DB9CC Seagull

📋 copy color: '#8DB9CC'

red 141 ◦ green 185 ◦ blue 204

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

Shades of Seagull #8DB9CC

Tints of Seagull #8DB9CC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

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

R = 26.6%
G = 34.91%
B = 38.49%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DB9CC (or 0x8DB9CC) is known color: Seagull. HEX triplet: 8D, B9 and CC. RGB value is (141,185,204). Sum of RGB (Red+Green+Blue) = 141+185+204=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9CC is #724633. Grayscale: #ADADAD. Windows color (decimal): -7489076 or 13416845. OLE color: 13416845.

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

Color convert

RGB 141 185 204 -
CMYK 0.31 0.09 0 0.2
HSL 198.1º 0.38% 0.68% -
HSV(B) 198.1º 0.31% 0.8% -
XYZ 39.23 44.72 63.69 -
YUV 174.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 141 185 204 0.31 0.09 0 0.2 198.1 0.38 0.68
Hex 8D B9 CC 1F 9 0 14 C6 26 44
Octal 215 271 314 37 11 0 24 306 46 104
Binary 10001101 10111001 11001100 11111 1001 0 10100 11000110 100110 1000100

Color Harmonies of #8DB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB9CC

Black with #8DB9CC

Text Example


Text Example

White with #8DB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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