Html Css Color HEX #7ABFDD Seagull

📋 copy color: '#7ABFDD'

red 122 ◦ green 191 ◦ blue 221

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

Shades of Seagull #7ABFDD

Tints of Seagull #7ABFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 22.85%
G = 35.77%
B = 41.39%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7ABFDD (or 0x7ABFDD) is known color: Seagull. HEX triplet: 7A, BF and DD. RGB value is (122,191,221). Sum of RGB (Red+Green+Blue) = 122+191+221=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ABFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFDD is #854022. Grayscale: #ADADAD. Windows color (decimal): -8732707 or 14532474. OLE color: 14532474.

HSL color Cylindrical-coordinate representation of color #7ABFDD: hue angle of 198.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABFDD is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 191 221 -
CMYK 0.45 0.14 0 0.13
HSL 198.18º 0.59% 0.67% -
HSV(B) 198.18º 0.45% 0.87% -
XYZ 39.71 46.62 75.31 -
YUV 173.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 122 191 221 0.45 0.14 0 0.13 198.18 0.59 0.67
Hex 7A BF DD 2D E 0 D C6 3B 43
Octal 172 277 335 55 16 0 15 306 73 103
Binary 1111010 10111111 11011101 101101 1110 0 1101 11000110 111011 1000011

Color Harmonies of #7ABFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFDD

Black with #7ABFDD

Text Example


Text Example

White with #7ABFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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