Html Css Color HEX #7BBDCC Seagull

📋 copy color: '#7BBDCC'

red 123 ◦ green 189 ◦ blue 204

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

Shades of Seagull #7BBDCC

Tints of Seagull #7BBDCC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.63%

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 23.84%
G = 36.63%
B = 39.53%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BBDCC (or 0x7BBDCC) is known color: Seagull. HEX triplet: 7B, BD and CC. RGB value is (123,189,204). Sum of RGB (Red+Green+Blue) = 123+189+204=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDCC is #844233. Grayscale: #AAAAAA. Windows color (decimal): -8667700 or 13417851. OLE color: 13417851.

HSL color Cylindrical-coordinate representation of color #7BBDCC: hue angle of 191.11º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBDCC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 189 204 -
CMYK 0.40 0.07 0 0.2
HSL 191.11º 0.44% 0.64% -
HSV(B) 191.11º 0.4% 0.8% -
XYZ 37.27 44.97 63.84 -
YUV 170.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 123 189 204 0.40 0.07 0 0.2 191.11 0.44 0.64
Hex 7B BD CC 28 7 0 14 BF 2C 40
Octal 173 275 314 50 7 0 24 277 54 100
Binary 1111011 10111101 11001100 101000 111 0 10100 10111111 101100 1000000

Color Harmonies of #7BBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBDCC

Black with #7BBDCC

Text Example


Text Example

White with #7BBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,189,204); }

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

background-color css

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

 a { background-color: rgb(123,189,204); }

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

border-color css

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

 span { border-color: rgb(123,189,204); }

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