Html Css Color HEX #7AB0CC Seagull

📋 copy color: '#7AB0CC'

red 122 ◦ green 176 ◦ blue 204

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

Shades of Seagull #7AB0CC

Tints of Seagull #7AB0CC

RGB

 RED value IS 122 (48.05% from 255) = 24.3%

 GREEN value IS 176 (69.14% from 255) = 35.06%

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

R = 24.3%
G = 35.06%
B = 40.64%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7AB0CC (or 0x7AB0CC) is known color: Seagull. HEX triplet: 7A, B0 and CC. RGB value is (122,176,204). Sum of RGB (Red+Green+Blue) = 122+176+204=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AB0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0CC is #854F33. Grayscale: #A2A2A2. Windows color (decimal): -8736564 or 13414522. OLE color: 13414522.

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

Color convert

RGB 122 176 204 -
CMYK 0.40 0.14 0 0.2
HSL 200.49º 0.45% 0.64% -
HSV(B) 200.49º 0.4% 0.8% -
XYZ 34.45 39.55 62.94 -
YUV 163.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 122 176 204 0.40 0.14 0 0.2 200.49 0.45 0.64
Hex 7A B0 CC 28 E 0 14 C8 2D 40
Octal 172 260 314 50 16 0 24 310 55 100
Binary 1111010 10110000 11001100 101000 1110 0 10100 11001000 101101 1000000

Color Harmonies of #7AB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0CC

Black with #7AB0CC

Text Example


Text Example

White with #7AB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,176,204); }

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

background-color css

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

 a { background-color: rgb(122,176,204); }

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

border-color css

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

 span { border-color: rgb(122,176,204); }

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