Html Css Color HEX #7AB5DC Seagull

📋 copy color: '#7AB5DC'

red 122 ◦ green 181 ◦ blue 220

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

Shades of Seagull #7AB5DC

Tints of Seagull #7AB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.61%

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

R = 23.33%
G = 34.61%
B = 42.07%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AB5DC (or 0x7AB5DC) is known color: Seagull. HEX triplet: 7A, B5 and DC. RGB value is (122,181,220). Sum of RGB (Red+Green+Blue) = 122+181+220=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AB5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB5DC is #854A23. Grayscale: #A7A7A7. Windows color (decimal): -8735268 or 14464378. OLE color: 14464378.

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

Color convert

RGB 122 181 220 -
CMYK 0.45 0.18 0 0.14
HSL 203.88º 0.58% 0.67% -
HSV(B) 203.88º 0.45% 0.86% -
XYZ 37.47 42.35 73.91 -
YUV 167.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 122 181 220 0.45 0.18 0 0.14 203.88 0.58 0.67
Hex 7A B5 DC 2D 12 0 E CC 3A 43
Octal 172 265 334 55 22 0 16 314 72 103
Binary 1111010 10110101 11011100 101101 10010 0 1110 11001100 111010 1000011

Color Harmonies of #7AB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB5DC

Black with #7AB5DC

Text Example


Text Example

White with #7AB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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