Html Css Color HEX #8BBAD8 Seagull

📋 copy color: '#8BBAD8'

red 139 ◦ green 186 ◦ blue 216

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

Shades of Seagull #8BBAD8

Tints of Seagull #8BBAD8

RGB

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

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

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

R = 25.69%
G = 34.38%
B = 39.93%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8BBAD8 (or 0x8BBAD8) is known color: Seagull. HEX triplet: 8B, BA and D8. RGB value is (139,186,216). Sum of RGB (Red+Green+Blue) = 139+186+216=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BBAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBAD8 is #744527. Grayscale: #AFAFAF. Windows color (decimal): -7619880 or 14203531. OLE color: 14203531.

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

Color convert

RGB 139 186 216 -
CMYK 0.36 0.14 0 0.15
HSL 203.38º 0.5% 0.7% -
HSV(B) 203.38º 0.36% 0.85% -
XYZ 40.6 45.56 71.62 -
YUV 175.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 139 186 216 0.36 0.14 0 0.15 203.38 0.5 0.7
Hex 8B BA D8 24 E 0 F CB 32 46
Octal 213 272 330 44 16 0 17 313 62 106
Binary 10001011 10111010 11011000 100100 1110 0 1111 11001011 110010 1000110

Color Harmonies of #8BBAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBAD8

Black with #8BBAD8

Text Example


Text Example

White with #8BBAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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