Html Css Color HEX #8DBAD8 Seagull

📋 copy color: '#8DBAD8'

red 141 ◦ green 186 ◦ blue 216

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

Shades of Seagull #8DBAD8

Tints of Seagull #8DBAD8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 25.97%
G = 34.25%
B = 39.78%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8DBAD8 (or 0x8DBAD8) is known color: Seagull. HEX triplet: 8D, BA and D8. RGB value is (141,186,216). Sum of RGB (Red+Green+Blue) = 141+186+216=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #8DBAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAD8 is #724527. Grayscale: #AFAFAF. Windows color (decimal): -7488808 or 14203533. OLE color: 14203533.

HSL color Cylindrical-coordinate representation of color #8DBAD8: hue angle of 204º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DBAD8 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 186 216 -
CMYK 0.35 0.14 0 0.15
HSL 204º 0.49% 0.7% -
HSV(B) 204º 0.35% 0.85% -
XYZ 40.94 45.74 71.64 -
YUV 175.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 141 186 216 0.35 0.14 0 0.15 204 0.49 0.7
Hex 8D BA D8 23 E 0 F CC 31 46
Octal 215 272 330 43 16 0 17 314 61 106
Binary 10001101 10111010 11011000 100011 1110 0 1111 11001100 110001 1000110

Color Harmonies of #8DBAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAD8

Black with #8DBAD8

Text Example


Text Example

White with #8DBAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,216); }

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

background-color css

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

 a { background-color: rgb(141,186,216); }

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

border-color css

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

 span { border-color: rgb(141,186,216); }

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