Html Css Color HEX #7AB2CE Seagull

📋 copy color: '#7AB2CE'

red 122 ◦ green 178 ◦ blue 206

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

Shades of Seagull #7AB2CE

Tints of Seagull #7AB2CE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

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

R = 24.11%
G = 35.18%
B = 40.71%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AB2CE (or 0x7AB2CE) is known color: Seagull. HEX triplet: 7A, B2 and CE. RGB value is (122,178,206). Sum of RGB (Red+Green+Blue) = 122+178+206=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AB2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB2CE is #854D31. Grayscale: #A4A4A4. Windows color (decimal): -8736050 or 13546106. OLE color: 13546106.

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

Color convert

RGB 122 178 206 -
CMYK 0.41 0.14 0 0.19
HSL 200º 0.46% 0.64% -
HSV(B) 200º 0.41% 0.81% -
XYZ 35.09 40.43 64.35 -
YUV 164.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 122 178 206 0.41 0.14 0 0.19 200 0.46 0.64
Hex 7A B2 CE 29 E 0 13 C8 2E 40
Octal 172 262 316 51 16 0 23 310 56 100
Binary 1111010 10110010 11001110 101001 1110 0 10011 11001000 101110 1000000

Color Harmonies of #7AB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB2CE

Black with #7AB2CE

Text Example


Text Example

White with #7AB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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