Html Css Color HEX #7AB6DD Seagull

📋 copy color: '#7AB6DD'

red 122 ◦ green 182 ◦ blue 221

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

Shades of Seagull #7AB6DD

Tints of Seagull #7AB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

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

R = 23.24%
G = 34.67%
B = 42.1%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AB6DD (or 0x7AB6DD) is known color: Seagull. HEX triplet: 7A, B6 and DD. RGB value is (122,182,221). Sum of RGB (Red+Green+Blue) = 122+182+221=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AB6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB6DD is #854922. Grayscale: #A8A8A8. Windows color (decimal): -8735011 or 14530170. OLE color: 14530170.

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

Color convert

RGB 122 182 221 -
CMYK 0.45 0.18 0 0.13
HSL 203.64º 0.59% 0.67% -
HSV(B) 203.64º 0.45% 0.87% -
XYZ 37.81 42.81 74.68 -
YUV 168.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 122 182 221 0.45 0.18 0 0.13 203.64 0.59 0.67
Hex 7A B6 DD 2D 12 0 D CC 3B 43
Octal 172 266 335 55 22 0 15 314 73 103
Binary 1111010 10110110 11011101 101101 10010 0 1101 11001100 111011 1000011

Color Harmonies of #7AB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB6DD

Black with #7AB6DD

Text Example


Text Example

White with #7AB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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