Html Css Color HEX #7ABBD0 Seagull

📋 copy color: '#7ABBD0'

red 122 ◦ green 187 ◦ blue 208

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

Shades of Seagull #7ABBD0

Tints of Seagull #7ABBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.17%

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 23.6%
G = 36.17%
B = 40.23%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7ABBD0 (or 0x7ABBD0) is known color: Seagull. HEX triplet: 7A, BB and D0. RGB value is (122,187,208). Sum of RGB (Red+Green+Blue) = 122+187+208=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #7ABBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBD0 is #85442F. Grayscale: #A9A9A9. Windows color (decimal): -8733744 or 13679482. OLE color: 13679482.

HSL color Cylindrical-coordinate representation of color #7ABBD0: hue angle of 194.65º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ABBD0 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 187 208 -
CMYK 0.41 0.10 0 0.18
HSL 194.65º 0.48% 0.65% -
HSV(B) 194.65º 0.41% 0.82% -
XYZ 37.18 44.23 66.25 -
YUV 169.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 122 187 208 0.41 0.10 0 0.18 194.65 0.48 0.65
Hex 7A BB D0 29 A 0 12 C3 30 41
Octal 172 273 320 51 12 0 22 303 60 101
Binary 1111010 10111011 11010000 101001 1010 0 10010 11000011 110000 1000001

Color Harmonies of #7ABBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBD0

Black with #7ABBD0

Text Example


Text Example

White with #7ABBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,187,208); }

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

background-color css

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

 a { background-color: rgb(122,187,208); }

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

border-color css

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

 span { border-color: rgb(122,187,208); }

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