Html Css Color HEX #8BBDD7 Seagull

📋 copy color: '#8BBDD7'

red 139 ◦ green 189 ◦ blue 215

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

Shades of Seagull #8BBDD7

Tints of Seagull #8BBDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 25.6%
G = 34.81%
B = 39.59%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8BBDD7 (or 0x8BBDD7) is known color: Seagull. HEX triplet: 8B, BD and D7. RGB value is (139,189,215). Sum of RGB (Red+Green+Blue) = 139+189+215=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: blue. Hex color #8BBDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDD7 is #744228. Grayscale: #B0B0B0. Windows color (decimal): -7619113 or 14138763. OLE color: 14138763.

HSL color Cylindrical-coordinate representation of color #8BBDD7: hue angle of 200.53º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BBDD7 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 189 215 -
CMYK 0.35 0.12 0 0.16
HSL 200.53º 0.49% 0.69% -
HSV(B) 200.53º 0.35% 0.84% -
XYZ 41.11 46.79 71.15 -
YUV 177.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 139 189 215 0.35 0.12 0 0.16 200.53 0.49 0.69
Hex 8B BD D7 23 C 0 10 C9 31 45
Octal 213 275 327 43 14 0 20 311 61 105
Binary 10001011 10111101 11010111 100011 1100 0 10000 11001001 110001 1000101

Color Harmonies of #8BBDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBDD7

Black with #8BBDD7

Text Example


Text Example

White with #8BBDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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