Html Css Color HEX #7AB1D6 Seagull

📋 copy color: '#7AB1D6'

red 122 ◦ green 177 ◦ blue 214

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

Shades of Seagull #7AB1D6

Tints of Seagull #7AB1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 23.78%
G = 34.5%
B = 41.72%

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

#7AB1D6 (or 0x7AB1D6) is known color: Seagull. HEX triplet: 7A, B1 and D6. RGB value is (122,177,214). Sum of RGB (Red+Green+Blue) = 122+177+214=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #7AB1D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1D6 is #854E29. Grayscale: #A4A4A4. Windows color (decimal): -8736298 or 14070138. OLE color: 14070138.

HSL color Cylindrical-coordinate representation of color #7AB1D6: hue angle of 204.13º degrees, saturation: 0.53, 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 #7AB1D6 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 177 214 -
CMYK 0.43 0.17 0 0.16
HSL 204.13º 0.53% 0.66% -
HSV(B) 204.13º 0.43% 0.84% -
XYZ 35.89 40.44 69.53 -
YUV 164.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 122 177 214 0.43 0.17 0 0.16 204.13 0.53 0.66
Hex 7A B1 D6 2B 11 0 10 CC 35 42
Octal 172 261 326 53 21 0 20 314 65 102
Binary 1111010 10110001 11010110 101011 10001 0 10000 11001100 110101 1000010

Color Harmonies of #7AB1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB1D6

Black with #7AB1D6

Text Example


Text Example

White with #7AB1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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