Html Css Color HEX #7ABDD7 Seagull

📋 copy color: '#7ABDD7'

red 122 ◦ green 189 ◦ blue 215

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

Shades of Seagull #7ABDD7

Tints of Seagull #7ABDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 23.19%
G = 35.93%
B = 40.87%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7ABDD7 (or 0x7ABDD7) is known color: Seagull. HEX triplet: 7A, BD and D7. RGB value is (122,189,215). Sum of RGB (Red+Green+Blue) = 122+189+215=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #7ABDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDD7 is #854228. Grayscale: #ABABAB. Windows color (decimal): -8733225 or 14138746. OLE color: 14138746.

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

Color convert

RGB 122 189 215 -
CMYK 0.43 0.12 0 0.16
HSL 196.77º 0.54% 0.66% -
HSV(B) 196.77º 0.43% 0.84% -
XYZ 38.49 45.44 71.03 -
YUV 171.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 122 189 215 0.43 0.12 0 0.16 196.77 0.54 0.66
Hex 7A BD D7 2B C 0 10 C5 36 42
Octal 172 275 327 53 14 0 20 305 66 102
Binary 1111010 10111101 11010111 101011 1100 0 10000 11000101 110110 1000010

Color Harmonies of #7ABDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABDD7

Black with #7ABDD7

Text Example


Text Example

White with #7ABDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,189,215); }

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

background-color css

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

 a { background-color: rgb(122,189,215); }

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

border-color css

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

 span { border-color: rgb(122,189,215); }

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