Html Css Color HEX #7BB2CA Seagull

📋 copy color: '#7BB2CA'

red 123 ◦ green 178 ◦ blue 202

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

Shades of Seagull #7BB2CA

Tints of Seagull #7BB2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 24.45%
G = 35.39%
B = 40.16%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7BB2CA (or 0x7BB2CA) is known color: Seagull. HEX triplet: 7B, B2 and CA. RGB value is (123,178,202). Sum of RGB (Red+Green+Blue) = 123+178+202=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #7BB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB2CA is #844D35. Grayscale: #A4A4A4. Windows color (decimal): -8670518 or 13283963. OLE color: 13283963.

HSL color Cylindrical-coordinate representation of color #7BB2CA: hue angle of 198.23º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BB2CA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 178 202 -
CMYK 0.39 0.12 0 0.21
HSL 198.23º 0.43% 0.64% -
HSV(B) 198.23º 0.39% 0.79% -
XYZ 34.75 40.32 61.83 -
YUV 164.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 123 178 202 0.39 0.12 0 0.21 198.23 0.43 0.64
Hex 7B B2 CA 27 C 0 15 C6 2B 40
Octal 173 262 312 47 14 0 25 306 53 100
Binary 1111011 10110010 11001010 100111 1100 0 10101 11000110 101011 1000000

Color Harmonies of #7BB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB2CA

Black with #7BB2CA

Text Example


Text Example

White with #7BB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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