Html Css Color HEX #7ABBDD Seagull

📋 copy color: '#7ABBDD'

red 122 ◦ green 187 ◦ blue 221

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

Shades of Seagull #7ABBDD

Tints of Seagull #7ABBDD

RGB

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

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

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

R = 23.02%
G = 35.28%
B = 41.7%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ABBDD (or 0x7ABBDD) is known color: Seagull. HEX triplet: 7A, BB and DD. RGB value is (122,187,221). Sum of RGB (Red+Green+Blue) = 122+187+221=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ABBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBDD is #854422. Grayscale: #ABABAB. Windows color (decimal): -8733731 or 14531450. OLE color: 14531450.

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

Color convert

RGB 122 187 221 -
CMYK 0.45 0.15 0 0.13
HSL 200.61º 0.59% 0.67% -
HSV(B) 200.61º 0.45% 0.87% -
XYZ 38.85 44.9 75.03 -
YUV 171.44 155.97 92.74 -
System Red Green Blue C M Y K H S L
Decimal 122 187 221 0.45 0.15 0 0.13 200.61 0.59 0.67
Hex 7A BB DD 2D F 0 D C9 3B 43
Octal 172 273 335 55 17 0 15 311 73 103
Binary 1111010 10111011 11011101 101101 1111 0 1101 11001001 111011 1000011

Color Harmonies of #7ABBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBDD

Black with #7ABBDD

Text Example


Text Example

White with #7ABBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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