Html Css Color HEX #8DBBC9 Seagull

📋 copy color: '#8DBBC9'

red 141 ◦ green 187 ◦ blue 201

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

Shades of Seagull #8DBBC9

Tints of Seagull #8DBBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 26.65%
G = 35.35%
B = 38%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DBBC9 (or 0x8DBBC9) is known color: Seagull. HEX triplet: 8D, BB and C9. RGB value is (141,187,201). Sum of RGB (Red+Green+Blue) = 141+187+201=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #8DBBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBBC9 is #724436. Grayscale: #AEAEAE. Windows color (decimal): -7488567 or 13220749. OLE color: 13220749.

HSL color Cylindrical-coordinate representation of color #8DBBC9: hue angle of 194º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBBC9 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 187 201 -
CMYK 0.30 0.07 0 0.21
HSL 194º 0.36% 0.67% -
HSV(B) 194º 0.3% 0.79% -
XYZ 39.3 45.42 61.95 -
YUV 174.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 141 187 201 0.30 0.07 0 0.21 194 0.36 0.67
Hex 8D BB C9 1E 7 0 15 C2 24 43
Octal 215 273 311 36 7 0 25 302 44 103
Binary 10001101 10111011 11001001 11110 111 0 10101 11000010 100100 1000011

Color Harmonies of #8DBBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBC9

Black with #8DBBC9

Text Example


Text Example

White with #8DBBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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