Html Css Color HEX #7ABBD8 Seagull

📋 copy color: '#7ABBD8'

red 122 ◦ green 187 ◦ blue 216

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

Shades of Seagull #7ABBD8

Tints of Seagull #7ABBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.14%

R = 23.24%
G = 35.62%
B = 41.14%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7ABBD8 (or 0x7ABBD8) is known color: Seagull. HEX triplet: 7A, BB and D8. RGB value is (122,187,216). Sum of RGB (Red+Green+Blue) = 122+187+216=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #7ABBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBD8 is #854427. Grayscale: #AAAAAA. Windows color (decimal): -8733736 or 14203770. OLE color: 14203770.

HSL color Cylindrical-coordinate representation of color #7ABBD8: hue angle of 198.51º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABBD8 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 187 216 -
CMYK 0.44 0.13 0 0.15
HSL 198.51º 0.55% 0.66% -
HSV(B) 198.51º 0.44% 0.85% -
XYZ 38.19 44.64 71.57 -
YUV 170.87 153.47 93.14 -
System Red Green Blue C M Y K H S L
Decimal 122 187 216 0.44 0.13 0 0.15 198.51 0.55 0.66
Hex 7A BB D8 2C D 0 F C7 37 42
Octal 172 273 330 54 15 0 17 307 67 102
Binary 1111010 10111011 11011000 101100 1101 0 1111 11000111 110111 1000010

Color Harmonies of #7ABBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBD8

Black with #7ABBD8

Text Example


Text Example

White with #7ABBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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