Html Css Color HEX #8DB9CA Seagull

📋 copy color: '#8DB9CA'

red 141 ◦ green 185 ◦ blue 202

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

Shades of Seagull #8DB9CA

Tints of Seagull #8DB9CA

RGB

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

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

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

R = 26.7%
G = 35.04%
B = 38.26%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DB9CA (or 0x8DB9CA) is known color: Seagull. HEX triplet: 8D, B9 and CA. RGB value is (141,185,202). Sum of RGB (Red+Green+Blue) = 141+185+202=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9CA is #724635. Grayscale: #ADADAD. Windows color (decimal): -7489078 or 13285773. OLE color: 13285773.

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

Color convert

RGB 141 185 202 -
CMYK 0.30 0.08 0 0.21
HSL 196.72º 0.37% 0.67% -
HSV(B) 196.72º 0.3% 0.79% -
XYZ 38.99 44.62 62.44 -
YUV 173.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 141 185 202 0.30 0.08 0 0.21 196.72 0.37 0.67
Hex 8D B9 CA 1E 8 0 15 C5 25 43
Octal 215 271 312 36 10 0 25 305 45 103
Binary 10001101 10111001 11001010 11110 1000 0 10101 11000101 100101 1000011

Color Harmonies of #8DB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB9CA

Black with #8DB9CA

Text Example


Text Example

White with #8DB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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