Html Css Color HEX #7ABFCD Seagull

📋 copy color: '#7ABFCD'

red 122 ◦ green 191 ◦ blue 205

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

Shades of Seagull #7ABFCD

Tints of Seagull #7ABFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

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

R = 23.55%
G = 36.87%
B = 39.58%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7ABFCD (or 0x7ABFCD) is known color: Seagull. HEX triplet: 7A, BF and CD. RGB value is (122,191,205). Sum of RGB (Red+Green+Blue) = 122+191+205=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #7ABFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCD is #854032. Grayscale: #ABABAB. Windows color (decimal): -8732723 or 13483898. OLE color: 13483898.

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

Color convert

RGB 122 191 205 -
CMYK 0.40 0.07 0 0.20
HSL 190.12º 0.45% 0.64% -
HSV(B) 190.12º 0.4% 0.8% -
XYZ 37.68 45.81 64.61 -
YUV 171.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 122 191 205 0.40 0.07 0 0.20 190.12 0.45 0.64
Hex 7A BF CD 28 7 0 14 BE 2D 40
Octal 172 277 315 50 7 0 24 276 55 100
Binary 1111010 10111111 11001101 101000 111 0 10100 10111110 101101 1000000

Color Harmonies of #7ABFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFCD

Black with #7ABFCD

Text Example


Text Example

White with #7ABFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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