Html Css Color HEX #7AB9CE Seagull

📋 copy color: '#7AB9CE'

red 122 ◦ green 185 ◦ blue 206

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

Shades of Seagull #7AB9CE

Tints of Seagull #7AB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 23.78%
G = 36.06%
B = 40.16%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AB9CE (or 0x7AB9CE) is known color: Seagull. HEX triplet: 7A, B9 and CE. RGB value is (122,185,206). Sum of RGB (Red+Green+Blue) = 122+185+206=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AB9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB9CE is #854631. Grayscale: #A8A8A8. Windows color (decimal): -8734258 or 13547898. OLE color: 13547898.

HSL color Cylindrical-coordinate representation of color #7AB9CE: hue angle of 195º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AB9CE is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 185 206 -
CMYK 0.41 0.10 0 0.19
HSL 195º 0.46% 0.64% -
HSV(B) 195º 0.41% 0.81% -
XYZ 36.52 43.29 64.82 -
YUV 168.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 122 185 206 0.41 0.10 0 0.19 195 0.46 0.64
Hex 7A B9 CE 29 A 0 13 C3 2E 40
Octal 172 271 316 51 12 0 23 303 56 100
Binary 1111010 10111001 11001110 101001 1010 0 10011 11000011 101110 1000000

Color Harmonies of #7AB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB9CE

Black with #7AB9CE

Text Example


Text Example

White with #7AB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,185,206); }

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

background-color css

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

 a { background-color: rgb(122,185,206); }

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

border-color css

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

 span { border-color: rgb(122,185,206); }

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