Html Css Color HEX #8BBCCE Seagull

📋 copy color: '#8BBCCE'

red 139 ◦ green 188 ◦ blue 206

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

Shades of Seagull #8BBCCE

Tints of Seagull #8BBCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.27%

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 26.08%
G = 35.27%
B = 38.65%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8BBCCE (or 0x8BBCCE) is known color: Seagull. HEX triplet: 8B, BC and CE. RGB value is (139,188,206). Sum of RGB (Red+Green+Blue) = 139+188+206=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BBCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCCE is #744331. Grayscale: #AFAFAF. Windows color (decimal): -7619378 or 13548683. OLE color: 13548683.

HSL color Cylindrical-coordinate representation of color #8BBCCE: hue angle of 196.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BBCCE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 188 206 -
CMYK 0.33 0.09 0 0.19
HSL 196.12º 0.41% 0.68% -
HSV(B) 196.12º 0.33% 0.81% -
XYZ 39.77 45.91 65.16 -
YUV 175.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 139 188 206 0.33 0.09 0 0.19 196.12 0.41 0.68
Hex 8B BC CE 21 9 0 13 C4 29 44
Octal 213 274 316 41 11 0 23 304 51 104
Binary 10001011 10111100 11001110 100001 1001 0 10011 11000100 101001 1000100

Color Harmonies of #8BBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBCCE

Black with #8BBCCE

Text Example


Text Example

White with #8BBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,206); }

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

background-color css

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

 a { background-color: rgb(139,188,206); }

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

border-color css

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

 span { border-color: rgb(139,188,206); }

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