Html Css Color HEX #7ABFCC Seagull

📋 copy color: '#7ABFCC'

red 122 ◦ green 191 ◦ blue 204

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

Shades of Seagull #7ABFCC

Tints of Seagull #7ABFCC

RGB

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

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

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

R = 23.6%
G = 36.94%
B = 39.46%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7ABFCC (or 0x7ABFCC) is known color: Seagull. HEX triplet: 7A, BF and CC. RGB value is (122,191,204). Sum of RGB (Red+Green+Blue) = 122+191+204=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ABFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFCC is #854033. Grayscale: #ABABAB. Windows color (decimal): -8732724 or 13418362. OLE color: 13418362.

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

Color convert

RGB 122 191 204 -
CMYK 0.40 0.06 0 0.2
HSL 189.51º 0.45% 0.64% -
HSV(B) 189.51º 0.4% 0.8% -
XYZ 37.56 45.76 63.98 -
YUV 171.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 122 191 204 0.40 0.06 0 0.2 189.51 0.45 0.64
Hex 7A BF CC 28 6 0 14 BE 2D 40
Octal 172 277 314 50 6 0 24 276 55 100
Binary 1111010 10111111 11001100 101000 110 0 10100 10111110 101101 1000000

Color Harmonies of #7ABFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFCC

Black with #7ABFCC

Text Example


Text Example

White with #7ABFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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