Html Css Color HEX #7AC1DB Seagull

📋 copy color: '#7AC1DB'

red 122 ◦ green 193 ◦ blue 219

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

Shades of Seagull #7AC1DB

Tints of Seagull #7AC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.14%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 22.85%
G = 36.14%
B = 41.01%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AC1DB (or 0x7AC1DB) is known color: Seagull. HEX triplet: 7A, C1 and DB. RGB value is (122,193,219). Sum of RGB (Red+Green+Blue) = 122+193+219=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #7AC1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC1DB is #853E24. Grayscale: #AEAEAE. Windows color (decimal): -8732197 or 14401914. OLE color: 14401914.

HSL color Cylindrical-coordinate representation of color #7AC1DB: hue angle of 196.08º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AC1DB is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 193 219 -
CMYK 0.44 0.12 0 0.14
HSL 196.08º 0.57% 0.67% -
HSV(B) 196.08º 0.44% 0.86% -
XYZ 39.88 47.39 74.06 -
YUV 174.74 152.98 90.39 -
System Red Green Blue C M Y K H S L
Decimal 122 193 219 0.44 0.12 0 0.14 196.08 0.57 0.67
Hex 7A C1 DB 2C C 0 E C4 39 43
Octal 172 301 333 54 14 0 16 304 71 103
Binary 1111010 11000001 11011011 101100 1100 0 1110 11000100 111001 1000011

Color Harmonies of #7AC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC1DB

Black with #7AC1DB

Text Example


Text Example

White with #7AC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,193,219); }

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

background-color css

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

 a { background-color: rgb(122,193,219); }

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

border-color css

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

 span { border-color: rgb(122,193,219); }

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