Html Css Color HEX #7AB9DD Seagull

📋 copy color: '#7AB9DD'

red 122 ◦ green 185 ◦ blue 221

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

Shades of Seagull #7AB9DD

Tints of Seagull #7AB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

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

R = 23.11%
G = 35.04%
B = 41.86%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AB9DD (or 0x7AB9DD) is known color: Seagull. HEX triplet: 7A, B9 and DD. RGB value is (122,185,221). Sum of RGB (Red+Green+Blue) = 122+185+221=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AB9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB9DD is #854622. Grayscale: #AAAAAA. Windows color (decimal): -8734243 or 14530938. OLE color: 14530938.

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

Color convert

RGB 122 185 221 -
CMYK 0.45 0.16 0 0.13
HSL 201.82º 0.59% 0.67% -
HSV(B) 201.82º 0.45% 0.87% -
XYZ 38.43 44.06 74.88 -
YUV 170.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 122 185 221 0.45 0.16 0 0.13 201.82 0.59 0.67
Hex 7A B9 DD 2D 10 0 D CA 3B 43
Octal 172 271 335 55 20 0 15 312 73 103
Binary 1111010 10111001 11011101 101101 10000 0 1101 11001010 111011 1000011

Color Harmonies of #7AB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB9DD

Black with #7AB9DD

Text Example


Text Example

White with #7AB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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