Html Css Color HEX #7ABDCD Seagull

📋 copy color: '#7ABDCD'

red 122 ◦ green 189 ◦ blue 205

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

Shades of Seagull #7ABDCD

Tints of Seagull #7ABDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.63%

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

R = 23.64%
G = 36.63%
B = 39.73%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7ABDCD (or 0x7ABDCD) is known color: Seagull. HEX triplet: 7A, BD and CD. RGB value is (122,189,205). Sum of RGB (Red+Green+Blue) = 122+189+205=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #7ABDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDCD is #854232. Grayscale: #AAAAAA. Windows color (decimal): -8733235 or 13483386. OLE color: 13483386.

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

Color convert

RGB 122 189 205 -
CMYK 0.40 0.08 0 0.20
HSL 191.57º 0.45% 0.64% -
HSV(B) 191.57º 0.4% 0.8% -
XYZ 37.24 44.94 64.47 -
YUV 170.79 147.3 93.2 -
System Red Green Blue C M Y K H S L
Decimal 122 189 205 0.40 0.08 0 0.20 191.57 0.45 0.64
Hex 7A BD CD 28 8 0 14 C0 2D 40
Octal 172 275 315 50 10 0 24 300 55 100
Binary 1111010 10111101 11001101 101000 1000 0 10100 11000000 101101 1000000

Color Harmonies of #7ABDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABDCD

Black with #7ABDCD

Text Example


Text Example

White with #7ABDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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