Html Css Color HEX #7AADC8 Seagull

📋 copy color: '#7AADC8'

red 122 ◦ green 173 ◦ blue 200

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

Shades of Seagull #7AADC8

Tints of Seagull #7AADC8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 24.65%
G = 34.95%
B = 40.4%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7AADC8 (or 0x7AADC8) is known color: Seagull. HEX triplet: 7A, AD and C8. RGB value is (122,173,200). Sum of RGB (Red+Green+Blue) = 122+173+200=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #7AADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADC8 is #855237. Grayscale: #A0A0A0. Windows color (decimal): -8737336 or 13151610. OLE color: 13151610.

HSL color Cylindrical-coordinate representation of color #7AADC8: hue angle of 200.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AADC8 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 122 173 200 -
CMYK 0.39 0.14 0 0.22
HSL 200.77º 0.41% 0.63% -
HSV(B) 200.77º 0.39% 0.78% -
XYZ 33.39 38.19 60.26 -
YUV 160.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 122 173 200 0.39 0.14 0 0.22 200.77 0.41 0.63
Hex 7A AD C8 27 E 0 16 C9 29 3F
Octal 172 255 310 47 16 0 26 311 51 77
Binary 1111010 10101101 11001000 100111 1110 0 10110 11001001 101001 111111

Color Harmonies of #7AADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADC8

Black with #7AADC8

Text Example


Text Example

White with #7AADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,200); }

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

background-color css

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

 a { background-color: rgb(122,173,200); }

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

border-color css

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

 span { border-color: rgb(122,173,200); }

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