Html Css Color HEX #8BB9CA Seagull

📋 copy color: '#8BB9CA'

red 139 ◦ green 185 ◦ blue 202

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

Shades of Seagull #8BB9CA

Tints of Seagull #8BB9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 26.43%
G = 35.17%
B = 38.4%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8BB9CA (or 0x8BB9CA) is known color: Seagull. HEX triplet: 8B, B9 and CA. RGB value is (139,185,202). Sum of RGB (Red+Green+Blue) = 139+185+202=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB9CA is #744635. Grayscale: #ADADAD. Windows color (decimal): -7620150 or 13285771. OLE color: 13285771.

HSL color Cylindrical-coordinate representation of color #8BB9CA: hue angle of 196.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BB9CA is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 185 202 -
CMYK 0.31 0.08 0 0.21
HSL 196.19º 0.37% 0.67% -
HSV(B) 196.19º 0.31% 0.79% -
XYZ 38.66 44.45 62.42 -
YUV 173.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 139 185 202 0.31 0.08 0 0.21 196.19 0.37 0.67
Hex 8B B9 CA 1F 8 0 15 C4 25 43
Octal 213 271 312 37 10 0 25 304 45 103
Binary 10001011 10111001 11001010 11111 1000 0 10101 11000100 100101 1000011

Color Harmonies of #8BB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB9CA

Black with #8BB9CA

Text Example


Text Example

White with #8BB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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