Html Css Color HEX #7ABADD Seagull

📋 copy color: '#7ABADD'

red 122 ◦ green 186 ◦ blue 221

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

Shades of Seagull #7ABADD

Tints of Seagull #7ABADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.16%

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

R = 23.06%
G = 35.16%
B = 41.78%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ABADD (or 0x7ABADD) is known color: Seagull. HEX triplet: 7A, BA and DD. RGB value is (122,186,221). Sum of RGB (Red+Green+Blue) = 122+186+221=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ABADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABADD is #854522. Grayscale: #AAAAAA. Windows color (decimal): -8733987 or 14531194. OLE color: 14531194.

HSL color Cylindrical-coordinate representation of color #7ABADD: hue angle of 201.21º 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 #7ABADD is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 186 221 -
CMYK 0.45 0.16 0 0.13
HSL 201.21º 0.59% 0.67% -
HSV(B) 201.21º 0.45% 0.87% -
XYZ 38.64 44.48 74.95 -
YUV 170.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 122 186 221 0.45 0.16 0 0.13 201.21 0.59 0.67
Hex 7A BA DD 2D 10 0 D C9 3B 43
Octal 172 272 335 55 20 0 15 311 73 103
Binary 1111010 10111010 11011101 101101 10000 0 1101 11001001 111011 1000011

Color Harmonies of #7ABADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABADD

Black with #7ABADD

Text Example


Text Example

White with #7ABADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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