Html Css Color HEX #8CBED0 Seagull

📋 copy color: '#8CBED0'

red 140 ◦ green 190 ◦ blue 208

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

Shades of Seagull #8CBED0

Tints of Seagull #8CBED0

RGB

 RED value IS 140 (55.08% from 255) = 26.02%

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 26.02%
G = 35.32%
B = 38.66%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8CBED0 (or 0x8CBED0) is known color: Seagull. HEX triplet: 8C, BE and D0. RGB value is (140,190,208). Sum of RGB (Red+Green+Blue) = 140+190+208=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBED0 is #73412F. Grayscale: #B0B0B0. Windows color (decimal): -7553328 or 13680268. OLE color: 13680268.

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

Color convert

RGB 140 190 208 -
CMYK 0.33 0.09 0 0.18
HSL 195.88º 0.42% 0.68% -
HSV(B) 195.88º 0.33% 0.82% -
XYZ 40.61 46.96 66.6 -
YUV 177.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 140 190 208 0.33 0.09 0 0.18 195.88 0.42 0.68
Hex 8C BE D0 21 9 0 12 C4 2A 44
Octal 214 276 320 41 11 0 22 304 52 104
Binary 10001100 10111110 11010000 100001 1001 0 10010 11000100 101010 1000100

Color Harmonies of #8CBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBED0

Black with #8CBED0

Text Example


Text Example

White with #8CBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,190,208); }

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

background-color css

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

 a { background-color: rgb(140,190,208); }

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

border-color css

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

 span { border-color: rgb(140,190,208); }

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