Html Css Color HEX #7BBCD6 Seagull

📋 copy color: '#7BBCD6'

red 123 ◦ green 188 ◦ blue 214

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

Shades of Seagull #7BBCD6

Tints of Seagull #7BBCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 23.43%
G = 35.81%
B = 40.76%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7BBCD6 (or 0x7BBCD6) is known color: Seagull. HEX triplet: 7B, BC and D6. RGB value is (123,188,214). Sum of RGB (Red+Green+Blue) = 123+188+214=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #7BBCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCD6 is #844329. Grayscale: #ABABAB. Windows color (decimal): -8667946 or 14072955. OLE color: 14072955.

HSL color Cylindrical-coordinate representation of color #7BBCD6: hue angle of 197.14º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BBCD6 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 123 188 214 -
CMYK 0.43 0.12 0 0.16
HSL 197.14º 0.53% 0.66% -
HSV(B) 197.14º 0.43% 0.84% -
XYZ 38.29 45.03 70.29 -
YUV 171.53 151.97 93.39 -
System Red Green Blue C M Y K H S L
Decimal 123 188 214 0.43 0.12 0 0.16 197.14 0.53 0.66
Hex 7B BC D6 2B C 0 10 C5 35 42
Octal 173 274 326 53 14 0 20 305 65 102
Binary 1111011 10111100 11010110 101011 1100 0 10000 11000101 110101 1000010

Color Harmonies of #7BBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBCD6

Black with #7BBCD6

Text Example


Text Example

White with #7BBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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