Html Css Color HEX #8DBBCE Seagull

📋 copy color: '#8DBBCE'

red 141 ◦ green 187 ◦ blue 206

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

Shades of Seagull #8DBBCE

Tints of Seagull #8DBBCE

RGB

 RED value IS 141 (55.47% from 255) = 26.4%

 GREEN value IS 187 (73.44% from 255) = 35.02%

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

R = 26.4%
G = 35.02%
B = 38.58%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DBBCE (or 0x8DBBCE) is known color: Seagull. HEX triplet: 8D, BB and CE. RGB value is (141,187,206). Sum of RGB (Red+Green+Blue) = 141+187+206=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBCE is #724431. Grayscale: #AFAFAF. Windows color (decimal): -7488562 or 13548429. OLE color: 13548429.

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

Color convert

RGB 141 187 206 -
CMYK 0.32 0.09 0 0.19
HSL 197.54º 0.4% 0.68% -
HSV(B) 197.54º 0.32% 0.81% -
XYZ 39.9 45.66 65.1 -
YUV 175.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 141 187 206 0.32 0.09 0 0.19 197.54 0.4 0.68
Hex 8D BB CE 20 9 0 13 C6 28 44
Octal 215 273 316 40 11 0 23 306 50 104
Binary 10001101 10111011 11001110 100000 1001 0 10011 11000110 101000 1000100

Color Harmonies of #8DBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBCE

Black with #8DBBCE

Text Example


Text Example

White with #8DBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,187,206); }

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

background-color css

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

 a { background-color: rgb(141,187,206); }

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

border-color css

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

 span { border-color: rgb(141,187,206); }

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