Html Css Color HEX #7BBCDC Seagull

📋 copy color: '#7BBCDC'

red 123 ◦ green 188 ◦ blue 220

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

Shades of Seagull #7BBCDC

Tints of Seagull #7BBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.4%

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

R = 23.16%
G = 35.4%
B = 41.43%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BBCDC (or 0x7BBCDC) is known color: Seagull. HEX triplet: 7B, BC and DC. RGB value is (123,188,220). Sum of RGB (Red+Green+Blue) = 123+188+220=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCDC is #844323. Grayscale: #ACACAC. Windows color (decimal): -8667940 or 14466171. OLE color: 14466171.

HSL color Cylindrical-coordinate representation of color #7BBCDC: hue angle of 199.79º 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 #7BBCDC is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 188 220 -
CMYK 0.44 0.15 0 0.14
HSL 199.79º 0.58% 0.67% -
HSV(B) 199.79º 0.44% 0.86% -
XYZ 39.07 45.34 74.4 -
YUV 172.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 123 188 220 0.44 0.15 0 0.14 199.79 0.58 0.67
Hex 7B BC DC 2C F 0 E C8 3A 43
Octal 173 274 334 54 17 0 16 310 72 103
Binary 1111011 10111100 11011100 101100 1111 0 1110 11001000 111010 1000011

Color Harmonies of #7BBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBCDC

Black with #7BBCDC

Text Example


Text Example

White with #7BBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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