Html Css Color HEX #8BB9D7 Seagull

📋 copy color: '#8BB9D7'

red 139 ◦ green 185 ◦ blue 215

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

Shades of Seagull #8BB9D7

Tints of Seagull #8BB9D7

RGB

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

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

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

R = 25.79%
G = 34.32%
B = 39.89%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8BB9D7 (or 0x8BB9D7) is known color: Seagull. HEX triplet: 8B, B9 and D7. RGB value is (139,185,215). Sum of RGB (Red+Green+Blue) = 139+185+215=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #8BB9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9D7 is #744628. Grayscale: #AEAEAE. Windows color (decimal): -7620137 or 14137739. OLE color: 14137739.

HSL color Cylindrical-coordinate representation of color #8BB9D7: hue angle of 203.68º 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 #8BB9D7 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 139 185 215 -
CMYK 0.35 0.14 0 0.16
HSL 203.68º 0.49% 0.69% -
HSV(B) 203.68º 0.35% 0.84% -
XYZ 40.26 45.09 70.87 -
YUV 174.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 139 185 215 0.35 0.14 0 0.16 203.68 0.49 0.69
Hex 8B B9 D7 23 E 0 10 CC 31 45
Octal 213 271 327 43 16 0 20 314 61 105
Binary 10001011 10111001 11010111 100011 1110 0 10000 11001100 110001 1000101

Color Harmonies of #8BB9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB9D7

Black with #8BB9D7

Text Example


Text Example

White with #8BB9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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