Html Css Color HEX #7ABFD5 Seagull

📋 copy color: '#7ABFD5'

red 122 ◦ green 191 ◦ blue 213

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

Shades of Seagull #7ABFD5

Tints of Seagull #7ABFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 36.31%

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

R = 23.19%
G = 36.31%
B = 40.49%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7ABFD5 (or 0x7ABFD5) is known color: Seagull. HEX triplet: 7A, BF and D5. RGB value is (122,191,213). Sum of RGB (Red+Green+Blue) = 122+191+213=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #7ABFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFD5 is #85402A. Grayscale: #ACACAC. Windows color (decimal): -8732715 or 14008186. OLE color: 14008186.

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

Color convert

RGB 122 191 213 -
CMYK 0.43 0.10 0 0.16
HSL 194.51º 0.52% 0.66% -
HSV(B) 194.51º 0.43% 0.84% -
XYZ 38.67 46.2 69.83 -
YUV 172.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 122 191 213 0.43 0.10 0 0.16 194.51 0.52 0.66
Hex 7A BF D5 2B A 0 10 C3 34 42
Octal 172 277 325 53 12 0 20 303 64 102
Binary 1111010 10111111 11010101 101011 1010 0 10000 11000011 110100 1000010

Color Harmonies of #7ABFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFD5

Black with #7ABFD5

Text Example


Text Example

White with #7ABFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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