Html Css Color HEX #7ABAE1 Seagull

📋 copy color: '#7ABAE1'

red 122 ◦ green 186 ◦ blue 225

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

Shades of Seagull #7ABAE1

Tints of Seagull #7ABAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 225 (88.28% from 255) = 42.21%

R = 22.89%
G = 34.9%
B = 42.21%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7ABAE1 (or 0x7ABAE1) is known color: Seagull. HEX triplet: 7A, BA and E1. RGB value is (122,186,225). Sum of RGB (Red+Green+Blue) = 122+186+225=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #7ABAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABAE1 is #85451E. Grayscale: #ABABAB. Windows color (decimal): -8733983 or 14793338. OLE color: 14793338.

HSL color Cylindrical-coordinate representation of color #7ABAE1: hue angle of 202.72º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ABAE1 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 186 225 -
CMYK 0.46 0.17 0 0.12
HSL 202.72º 0.63% 0.68% -
HSV(B) 202.72º 0.46% 0.88% -
XYZ 39.18 44.69 77.8 -
YUV 171.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 122 186 225 0.46 0.17 0 0.12 202.72 0.63 0.68
Hex 7A BA E1 2E 11 0 C CB 3F 44
Octal 172 272 341 56 21 0 14 313 77 104
Binary 1111010 10111010 11100001 101110 10001 0 1100 11001011 111111 1000100

Color Harmonies of #7ABAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABAE1

Black with #7ABAE1

Text Example


Text Example

White with #7ABAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,225); }

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

background-color css

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

 a { background-color: rgb(122,186,225); }

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

border-color css

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

 span { border-color: rgb(122,186,225); }

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