Html Css Color HEX #8DB9CF Seagull

📋 copy color: '#8DB9CF'

red 141 ◦ green 185 ◦ blue 207

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

Shades of Seagull #8DB9CF

Tints of Seagull #8DB9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 26.45%
G = 34.71%
B = 38.84%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DB9CF (or 0x8DB9CF) is known color: Seagull. HEX triplet: 8D, B9 and CF. RGB value is (141,185,207). Sum of RGB (Red+Green+Blue) = 141+185+207=533 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.45% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DB9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB9CF is #724630. Grayscale: #AEAEAE. Windows color (decimal): -7489073 or 13613453. OLE color: 13613453.

HSL color Cylindrical-coordinate representation of color #8DB9CF: hue angle of 200º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DB9CF is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 185 207 -
CMYK 0.32 0.11 0 0.19
HSL 200º 0.41% 0.68% -
HSV(B) 200º 0.32% 0.81% -
XYZ 39.6 44.87 65.6 -
YUV 174.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 141 185 207 0.32 0.11 0 0.19 200 0.41 0.68
Hex 8D B9 CF 20 B 0 13 C8 29 44
Octal 215 271 317 40 13 0 23 310 51 104
Binary 10001101 10111001 11001111 100000 1011 0 10011 11001000 101001 1000100

Color Harmonies of #8DB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB9CF

Black with #8DB9CF

Text Example


Text Example

White with #8DB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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