Html Css Color HEX #7ABCE1 Seagull

📋 copy color: '#7ABCE1'

red 122 ◦ green 188 ◦ blue 225

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

Shades of Seagull #7ABCE1

Tints of Seagull #7ABCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

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

R = 22.8%
G = 35.14%
B = 42.06%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7ABCE1 (or 0x7ABCE1) is known color: Seagull. HEX triplet: 7A, BC and E1. RGB value is (122,188,225). Sum of RGB (Red+Green+Blue) = 122+188+225=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #7ABCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCE1 is #85431E. Grayscale: #ACACAC. Windows color (decimal): -8733471 or 14793850. OLE color: 14793850.

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

Color convert

RGB 122 188 225 -
CMYK 0.46 0.16 0 0.12
HSL 201.55º 0.63% 0.68% -
HSV(B) 201.55º 0.46% 0.88% -
XYZ 39.6 45.54 77.94 -
YUV 172.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 122 188 225 0.46 0.16 0 0.12 201.55 0.63 0.68
Hex 7A BC E1 2E 10 0 C CA 3F 44
Octal 172 274 341 56 20 0 14 312 77 104
Binary 1111010 10111100 11100001 101110 10000 0 1100 11001010 111111 1000100

Color Harmonies of #7ABCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCE1

Black with #7ABCE1

Text Example


Text Example

White with #7ABCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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