Html Css Color HEX #7AB7DC Seagull

📋 copy color: '#7AB7DC'

red 122 ◦ green 183 ◦ blue 220

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

Shades of Seagull #7AB7DC

Tints of Seagull #7AB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 23.24%
G = 34.86%
B = 41.9%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AB7DC (or 0x7AB7DC) is known color: Seagull. HEX triplet: 7A, B7 and DC. RGB value is (122,183,220). Sum of RGB (Red+Green+Blue) = 122+183+220=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AB7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB7DC is #854823. Grayscale: #A8A8A8. Windows color (decimal): -8734756 or 14464890. OLE color: 14464890.

HSL color Cylindrical-coordinate representation of color #7AB7DC: hue angle of 202.65º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB7DC is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 183 220 -
CMYK 0.45 0.17 0 0.14
HSL 202.65º 0.58% 0.67% -
HSV(B) 202.65º 0.45% 0.86% -
XYZ 37.88 43.17 74.05 -
YUV 168.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 122 183 220 0.45 0.17 0 0.14 202.65 0.58 0.67
Hex 7A B7 DC 2D 11 0 E CB 3A 43
Octal 172 267 334 55 21 0 16 313 72 103
Binary 1111010 10110111 11011100 101101 10001 0 1110 11001011 111010 1000011

Color Harmonies of #7AB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB7DC

Black with #7AB7DC

Text Example


Text Example

White with #7AB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,183,220); }

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

background-color css

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

 a { background-color: rgb(122,183,220); }

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

border-color css

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

 span { border-color: rgb(122,183,220); }

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