Html Css Color HEX #7AB8CD Seagull

📋 copy color: '#7AB8CD'

red 122 ◦ green 184 ◦ blue 205

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

Shades of Seagull #7AB8CD

Tints of Seagull #7AB8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 23.87%
G = 36.01%
B = 40.12%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7AB8CD (or 0x7AB8CD) is known color: Seagull. HEX triplet: 7A, B8 and CD. RGB value is (122,184,205). Sum of RGB (Red+Green+Blue) = 122+184+205=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AB8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB8CD is #854732. Grayscale: #A7A7A7. Windows color (decimal): -8734515 or 13482106. OLE color: 13482106.

HSL color Cylindrical-coordinate representation of color #7AB8CD: hue angle of 195.18º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AB8CD is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 184 205 -
CMYK 0.40 0.10 0 0.20
HSL 195.18º 0.45% 0.64% -
HSV(B) 195.18º 0.4% 0.8% -
XYZ 36.19 42.83 64.12 -
YUV 167.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 122 184 205 0.40 0.10 0 0.20 195.18 0.45 0.64
Hex 7A B8 CD 28 A 0 14 C3 2D 40
Octal 172 270 315 50 12 0 24 303 55 100
Binary 1111010 10111000 11001101 101000 1010 0 10100 11000011 101101 1000000

Color Harmonies of #7AB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB8CD

Black with #7AB8CD

Text Example


Text Example

White with #7AB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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