Html Css Color HEX #7ABBDB Seagull

📋 copy color: '#7ABBDB'

red 122 ◦ green 187 ◦ blue 219

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

Shades of Seagull #7ABBDB

Tints of Seagull #7ABBDB

RGB

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

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

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

R = 23.11%
G = 35.42%
B = 41.48%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ABBDB (or 0x7ABBDB) is known color: Seagull. HEX triplet: 7A, BB and DB. RGB value is (122,187,219). Sum of RGB (Red+Green+Blue) = 122+187+219=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ABBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBDB is #854424. Grayscale: #ABABAB. Windows color (decimal): -8733733 or 14400378. OLE color: 14400378.

HSL color Cylindrical-coordinate representation of color #7ABBDB: hue angle of 199.79º 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 #7ABBDB is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 187 219 -
CMYK 0.44 0.15 0 0.14
HSL 199.79º 0.57% 0.67% -
HSV(B) 199.79º 0.44% 0.86% -
XYZ 38.58 44.79 73.63 -
YUV 171.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 122 187 219 0.44 0.15 0 0.14 199.79 0.57 0.67
Hex 7A BB DB 2C F 0 E C8 39 43
Octal 172 273 333 54 17 0 16 310 71 103
Binary 1111010 10111011 11011011 101100 1111 0 1110 11001000 111001 1000011

Color Harmonies of #7ABBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBDB

Black with #7ABBDB

Text Example


Text Example

White with #7ABBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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