Html Css Color HEX #8DBECF Seagull

📋 copy color: '#8DBECF'

red 141 ◦ green 190 ◦ blue 207

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

Shades of Seagull #8DBECF

Tints of Seagull #8DBECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 26.21%
G = 35.32%
B = 38.48%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8DBECF (or 0x8DBECF) is known color: Seagull. HEX triplet: 8D, BE and CF. RGB value is (141,190,207). Sum of RGB (Red+Green+Blue) = 141+190+207=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBECF is #724130. Grayscale: #B1B1B1. Windows color (decimal): -7487793 or 13614733. OLE color: 13614733.

HSL color Cylindrical-coordinate representation of color #8DBECF: hue angle of 195.45º degrees, saturation: 0.41, 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 #8DBECF is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 190 207 -
CMYK 0.32 0.08 0 0.19
HSL 195.45º 0.41% 0.68% -
HSV(B) 195.45º 0.32% 0.81% -
XYZ 40.66 46.99 65.96 -
YUV 177.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 141 190 207 0.32 0.08 0 0.19 195.45 0.41 0.68
Hex 8D BE CF 20 8 0 13 C3 29 44
Octal 215 276 317 40 10 0 23 303 51 104
Binary 10001101 10111110 11001111 100000 1000 0 10011 11000011 101001 1000100

Color Harmonies of #8DBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBECF

Black with #8DBECF

Text Example


Text Example

White with #8DBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,190,207); }

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

background-color css

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

 a { background-color: rgb(141,190,207); }

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

border-color css

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

 span { border-color: rgb(141,190,207); }

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