Html Css Color HEX #7ABFDF Seagull

📋 copy color: '#7ABFDF'

red 122 ◦ green 191 ◦ blue 223

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

Shades of Seagull #7ABFDF

Tints of Seagull #7ABFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 22.76%
G = 35.63%
B = 41.6%

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

#7ABFDF (or 0x7ABFDF) is known color: Seagull. HEX triplet: 7A, BF and DF. RGB value is (122,191,223). Sum of RGB (Red+Green+Blue) = 122+191+223=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ABFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFDF is #854020. Grayscale: #ADADAD. Windows color (decimal): -8732705 or 14663546. OLE color: 14663546.

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

Color convert

RGB 122 191 223 -
CMYK 0.45 0.14 0 0.13
HSL 199.01º 0.61% 0.68% -
HSV(B) 199.01º 0.45% 0.87% -
XYZ 39.98 46.73 76.72 -
YUV 174.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 122 191 223 0.45 0.14 0 0.13 199.01 0.61 0.68
Hex 7A BF DF 2D E 0 D C7 3D 44
Octal 172 277 337 55 16 0 15 307 75 104
Binary 1111010 10111111 11011111 101101 1110 0 1101 11000111 111101 1000100

Color Harmonies of #7ABFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFDF

Black with #7ABFDF

Text Example


Text Example

White with #7ABFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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