Html Css Color HEX #7AB8CE Seagull

📋 copy color: '#7AB8CE'

red 122 ◦ green 184 ◦ blue 206

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

Shades of Seagull #7AB8CE

Tints of Seagull #7AB8CE

RGB

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

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

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

R = 23.83%
G = 35.94%
B = 40.23%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7AB8CE (or 0x7AB8CE) is known color: Seagull. HEX triplet: 7A, B8 and CE. RGB value is (122,184,206). Sum of RGB (Red+Green+Blue) = 122+184+206=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AB8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB8CE is #854731. Grayscale: #A7A7A7. Windows color (decimal): -8734514 or 13547642. OLE color: 13547642.

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

Color convert

RGB 122 184 206 -
CMYK 0.41 0.11 0 0.19
HSL 195.71º 0.46% 0.64% -
HSV(B) 195.71º 0.41% 0.81% -
XYZ 36.31 42.87 64.75 -
YUV 167.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 122 184 206 0.41 0.11 0 0.19 195.71 0.46 0.64
Hex 7A B8 CE 29 B 0 13 C4 2E 40
Octal 172 270 316 51 13 0 23 304 56 100
Binary 1111010 10111000 11001110 101001 1011 0 10011 11000100 101110 1000000

Color Harmonies of #7AB8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB8CE

Black with #7AB8CE

Text Example


Text Example

White with #7AB8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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