Html Css Color HEX #7BB2CD Seagull

📋 copy color: '#7BB2CD'

red 123 ◦ green 178 ◦ blue 205

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

Shades of Seagull #7BB2CD

Tints of Seagull #7BB2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 24.31%
G = 35.18%
B = 40.51%

CMYK

 C value IS 0.4

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BB2CD (or 0x7BB2CD) is known color: Seagull. HEX triplet: 7B, B2 and CD. RGB value is (123,178,205). Sum of RGB (Red+Green+Blue) = 123+178+205=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BB2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB2CD is #844D32. Grayscale: #A4A4A4. Windows color (decimal): -8670515 or 13480571. OLE color: 13480571.

HSL color Cylindrical-coordinate representation of color #7BB2CD: hue angle of 199.76º degrees, saturation: 0.45, 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 #7BB2CD is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 178 205 -
CMYK 0.4 0.13 0 0.20
HSL 199.76º 0.45% 0.64% -
HSV(B) 199.76º 0.4% 0.8% -
XYZ 35.11 40.46 63.72 -
YUV 164.63 150.78 98.3 -
System Red Green Blue C M Y K H S L
Decimal 123 178 205 0.4 0.13 0 0.20 199.76 0.45 0.64
Hex 7B B2 CD 28 D 0 14 C8 2D 40
Octal 173 262 315 50 15 0 24 310 55 100
Binary 1111011 10110010 11001101 101000 1101 0 10100 11001000 101101 1000000

Color Harmonies of #7BB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2CD

Black with #7BB2CD

Text Example


Text Example

White with #7BB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,178,205); }

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

background-color css

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

 a { background-color: rgb(123,178,205); }

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

border-color css

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

 span { border-color: rgb(123,178,205); }

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