Html Css Color HEX #7AB9CD Seagull

📋 copy color: '#7AB9CD'

red 122 ◦ green 185 ◦ blue 205

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

Shades of Seagull #7AB9CD

Tints of Seagull #7AB9CD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 23.83%
G = 36.13%
B = 40.04%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7AB9CD (or 0x7AB9CD) is known color: Seagull. HEX triplet: 7A, B9 and CD. RGB value is (122,185,205). Sum of RGB (Red+Green+Blue) = 122+185+205=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AB9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB9CD is #854632. Grayscale: #A8A8A8. Windows color (decimal): -8734259 or 13482362. OLE color: 13482362.

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

Color convert

RGB 122 185 205 -
CMYK 0.40 0.10 0 0.20
HSL 194.46º 0.45% 0.64% -
HSV(B) 194.46º 0.4% 0.8% -
XYZ 36.39 43.24 64.19 -
YUV 168.44 148.63 94.87 -
System Red Green Blue C M Y K H S L
Decimal 122 185 205 0.40 0.10 0 0.20 194.46 0.45 0.64
Hex 7A B9 CD 28 A 0 14 C2 2D 40
Octal 172 271 315 50 12 0 24 302 55 100
Binary 1111010 10111001 11001101 101000 1010 0 10100 11000010 101101 1000000

Color Harmonies of #7AB9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB9CD

Black with #7AB9CD

Text Example


Text Example

White with #7AB9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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