Html Css Color HEX #8BBDD1 Seagull

📋 copy color: '#8BBDD1'

red 139 ◦ green 189 ◦ blue 209

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

Shades of Seagull #8BBDD1

Tints of Seagull #8BBDD1

RGB

 RED value IS 139 (54.69% from 255) = 25.88%

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 25.88%
G = 35.2%
B = 38.92%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8BBDD1 (or 0x8BBDD1) is known color: Seagull. HEX triplet: 8B, BD and D1. RGB value is (139,189,209). Sum of RGB (Red+Green+Blue) = 139+189+209=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #8BBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDD1 is #74422E. Grayscale: #B0B0B0. Windows color (decimal): -7619119 or 13745547. OLE color: 13745547.

HSL color Cylindrical-coordinate representation of color #8BBDD1: hue angle of 197.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BBDD1 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 189 209 -
CMYK 0.33 0.10 0 0.18
HSL 197.14º 0.43% 0.68% -
HSV(B) 197.14º 0.33% 0.82% -
XYZ 40.35 46.49 67.17 -
YUV 176.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 139 189 209 0.33 0.10 0 0.18 197.14 0.43 0.68
Hex 8B BD D1 21 A 0 12 C5 2B 44
Octal 213 275 321 41 12 0 22 305 53 104
Binary 10001011 10111101 11010001 100001 1010 0 10010 11000101 101011 1000100

Color Harmonies of #8BBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBDD1

Black with #8BBDD1

Text Example


Text Example

White with #8BBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,189,209); }

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

background-color css

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

 a { background-color: rgb(139,189,209); }

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

border-color css

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

 span { border-color: rgb(139,189,209); }

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