Html Css Color HEX #7BC0DC Seagull

📋 copy color: '#7BC0DC'

red 123 ◦ green 192 ◦ blue 220

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

Shades of Seagull #7BC0DC

Tints of Seagull #7BC0DC

RGB

 RED value IS 123 (48.44% from 255) = 22.99%

 GREEN value IS 192 (75.39% from 255) = 35.89%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 22.99%
G = 35.89%
B = 41.12%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BC0DC (or 0x7BC0DC) is known color: Seagull. HEX triplet: 7B, C0 and DC. RGB value is (123,192,220). Sum of RGB (Red+Green+Blue) = 123+192+220=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BC0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC0DC is #843F23. Grayscale: #AEAEAE. Windows color (decimal): -8666916 or 14467195. OLE color: 14467195.

HSL color Cylindrical-coordinate representation of color #7BC0DC: hue angle of 197.32º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BC0DC is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 192 220 -
CMYK 0.44 0.13 0 0.14
HSL 197.32º 0.58% 0.67% -
HSV(B) 197.32º 0.44% 0.86% -
XYZ 39.94 47.08 74.69 -
YUV 174.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 123 192 220 0.44 0.13 0 0.14 197.32 0.58 0.67
Hex 7B C0 DC 2C D 0 E C5 3A 43
Octal 173 300 334 54 15 0 16 305 72 103
Binary 1111011 11000000 11011100 101100 1101 0 1110 11000101 111010 1000011

Color Harmonies of #7BC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC0DC

Black with #7BC0DC

Text Example


Text Example

White with #7BC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BC0DC; }

 p { color: rgb(123,192,220); }

 H1.HeaderClassName
 {
   color: #7BC0DC;
 }
 .AnyTagClassName
 {
   color: #7BC0DC;
 }
</style>

background-color css

<style>
 a { background-color: #7BC0DC; }

 a { background-color: rgb(123,192,220); }

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

border-color css

<style>
 span { border-color: #7BC0DC; }

 span { border-color: rgb(123,192,220); }

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