Html Css Color HEX #7AB8D7 Seagull

📋 copy color: '#7AB8D7'

red 122 ◦ green 184 ◦ blue 215

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

Shades of Seagull #7AB8D7

Tints of Seagull #7AB8D7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.32%

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

R = 23.42%
G = 35.32%
B = 41.27%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7AB8D7 (or 0x7AB8D7) is known color: Seagull. HEX triplet: 7A, B8 and D7. RGB value is (122,184,215). Sum of RGB (Red+Green+Blue) = 122+184+215=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #7AB8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB8D7 is #854728. Grayscale: #A8A8A8. Windows color (decimal): -8734505 or 14137466. OLE color: 14137466.

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

Color convert

RGB 122 184 215 -
CMYK 0.43 0.14 0 0.16
HSL 200º 0.54% 0.66% -
HSV(B) 200º 0.43% 0.84% -
XYZ 37.43 43.32 70.68 -
YUV 169 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 122 184 215 0.43 0.14 0 0.16 200 0.54 0.66
Hex 7A B8 D7 2B E 0 10 C8 36 42
Octal 172 270 327 53 16 0 20 310 66 102
Binary 1111010 10111000 11010111 101011 1110 0 10000 11001000 110110 1000010

Color Harmonies of #7AB8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB8D7

Black with #7AB8D7

Text Example


Text Example

White with #7AB8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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