Html Css Color HEX #7ABECF Seagull

📋 copy color: '#7ABECF'

red 122 ◦ green 190 ◦ blue 207

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

Shades of Seagull #7ABECF

Tints of Seagull #7ABECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 23.51%
G = 36.61%
B = 39.88%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7ABECF (or 0x7ABECF) is known color: Seagull. HEX triplet: 7A, BE and CF. RGB value is (122,190,207). Sum of RGB (Red+Green+Blue) = 122+190+207=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #7ABECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABECF is #854130. Grayscale: #ABABAB. Windows color (decimal): -8732977 or 13614714. OLE color: 13614714.

HSL color Cylindrical-coordinate representation of color #7ABECF: hue angle of 192º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ABECF is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 190 207 -
CMYK 0.41 0.08 0 0.19
HSL 192º 0.47% 0.65% -
HSV(B) 192º 0.41% 0.81% -
XYZ 37.7 45.47 65.82 -
YUV 171.61 147.97 92.62 -
System Red Green Blue C M Y K H S L
Decimal 122 190 207 0.41 0.08 0 0.19 192 0.47 0.65
Hex 7A BE CF 29 8 0 13 C0 2F 41
Octal 172 276 317 51 10 0 23 300 57 101
Binary 1111010 10111110 11001111 101001 1000 0 10011 11000000 101111 1000001

Color Harmonies of #7ABECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABECF

Black with #7ABECF

Text Example


Text Example

White with #7ABECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,190,207); }

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

background-color css

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

 a { background-color: rgb(122,190,207); }

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

border-color css

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

 span { border-color: rgb(122,190,207); }

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