Html Css Color HEX #8BB9DA Seagull

📋 copy color: '#8BB9DA'

red 139 ◦ green 185 ◦ blue 218

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

Shades of Seagull #8BB9DA

Tints of Seagull #8BB9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 25.65%
G = 34.13%
B = 40.22%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8BB9DA (or 0x8BB9DA) is known color: Seagull. HEX triplet: 8B, B9 and DA. RGB value is (139,185,218). Sum of RGB (Red+Green+Blue) = 139+185+218=542 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.65% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BB9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9DA is #744625. Grayscale: #AEAEAE. Windows color (decimal): -7620134 or 14334347. OLE color: 14334347.

HSL color Cylindrical-coordinate representation of color #8BB9DA: hue angle of 205.06º degrees, saturation: 0.52, 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 #8BB9DA is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 185 218 -
CMYK 0.36 0.15 0 0.15
HSL 205.06º 0.52% 0.7% -
HSV(B) 205.06º 0.36% 0.85% -
XYZ 40.65 45.25 72.92 -
YUV 175.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 139 185 218 0.36 0.15 0 0.15 205.06 0.52 0.7
Hex 8B B9 DA 24 F 0 F CD 34 46
Octal 213 271 332 44 17 0 17 315 64 106
Binary 10001011 10111001 11011010 100100 1111 0 1111 11001101 110100 1000110

Color Harmonies of #8BB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB9DA

Black with #8BB9DA

Text Example


Text Example

White with #8BB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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