Html Css Color HEX #7ABDDD Seagull

📋 copy color: '#7ABDDD'

red 122 ◦ green 189 ◦ blue 221

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

Shades of Seagull #7ABDDD

Tints of Seagull #7ABDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 22.93%
G = 35.53%
B = 41.54%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ABDDD (or 0x7ABDDD) is known color: Seagull. HEX triplet: 7A, BD and DD. RGB value is (122,189,221). Sum of RGB (Red+Green+Blue) = 122+189+221=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ABDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDDD is #854222. Grayscale: #ACACAC. Windows color (decimal): -8733219 or 14531962. OLE color: 14531962.

HSL color Cylindrical-coordinate representation of color #7ABDDD: hue angle of 199.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABDDD is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 189 221 -
CMYK 0.45 0.14 0 0.13
HSL 199.39º 0.59% 0.67% -
HSV(B) 199.39º 0.45% 0.87% -
XYZ 39.27 45.75 75.17 -
YUV 172.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 122 189 221 0.45 0.14 0 0.13 199.39 0.59 0.67
Hex 7A BD DD 2D E 0 D C7 3B 43
Octal 172 275 335 55 16 0 15 307 73 103
Binary 1111010 10111101 11011101 101101 1110 0 1101 11000111 111011 1000011

Color Harmonies of #7ABDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABDDD

Black with #7ABDDD

Text Example


Text Example

White with #7ABDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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