Html Css Color HEX #7AB1D5 Seagull

📋 copy color: '#7AB1D5'

red 122 ◦ green 177 ◦ blue 213

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

Shades of Seagull #7AB1D5

Tints of Seagull #7AB1D5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 23.83%
G = 34.57%
B = 41.6%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7AB1D5 (or 0x7AB1D5) is known color: Seagull. HEX triplet: 7A, B1 and D5. RGB value is (122,177,213). Sum of RGB (Red+Green+Blue) = 122+177+213=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #7AB1D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1D5 is #854E2A. Grayscale: #A4A4A4. Windows color (decimal): -8736299 or 14004602. OLE color: 14004602.

HSL color Cylindrical-coordinate representation of color #7AB1D5: hue angle of 203.74º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AB1D5 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 177 213 -
CMYK 0.43 0.17 0 0.16
HSL 203.74º 0.52% 0.66% -
HSV(B) 203.74º 0.43% 0.84% -
XYZ 35.76 40.39 68.86 -
YUV 164.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 122 177 213 0.43 0.17 0 0.16 203.74 0.52 0.66
Hex 7A B1 D5 2B 11 0 10 CC 34 42
Octal 172 261 325 53 21 0 20 314 64 102
Binary 1111010 10110001 11010101 101011 10001 0 10000 11001100 110100 1000010

Color Harmonies of #7AB1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB1D5

Black with #7AB1D5

Text Example


Text Example

White with #7AB1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,177,213); }

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

background-color css

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

 a { background-color: rgb(122,177,213); }

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

border-color css

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

 span { border-color: rgb(122,177,213); }

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