Html Css Color HEX #7ABACD Seagull

📋 copy color: '#7ABACD'

red 122 ◦ green 186 ◦ blue 205

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

Shades of Seagull #7ABACD

Tints of Seagull #7ABACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.26%

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

R = 23.78%
G = 36.26%
B = 39.96%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7ABACD (or 0x7ABACD) is known color: Seagull. HEX triplet: 7A, BA and CD. RGB value is (122,186,205). Sum of RGB (Red+Green+Blue) = 122+186+205=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #7ABACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABACD is #854532. Grayscale: #A8A8A8. Windows color (decimal): -8734003 or 13482618. OLE color: 13482618.

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

Color convert

RGB 122 186 205 -
CMYK 0.40 0.09 0 0.20
HSL 193.73º 0.45% 0.64% -
HSV(B) 193.73º 0.4% 0.8% -
XYZ 36.6 43.66 64.26 -
YUV 169.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 122 186 205 0.40 0.09 0 0.20 193.73 0.45 0.64
Hex 7A BA CD 28 9 0 14 C2 2D 40
Octal 172 272 315 50 11 0 24 302 55 100
Binary 1111010 10111010 11001101 101000 1001 0 10100 11000010 101101 1000000

Color Harmonies of #7ABACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABACD

Black with #7ABACD

Text Example


Text Example

White with #7ABACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,205); }

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

background-color css

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

 a { background-color: rgb(122,186,205); }

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

border-color css

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

 span { border-color: rgb(122,186,205); }

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