Html Css Color HEX #7ABCCE Seagull

📋 copy color: '#7ABCCE'

red 122 ◦ green 188 ◦ blue 206

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

Shades of Seagull #7ABCCE

Tints of Seagull #7ABCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

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

R = 23.64%
G = 36.43%
B = 39.92%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7ABCCE (or 0x7ABCCE) is known color: Seagull. HEX triplet: 7A, BC and CE. RGB value is (122,188,206). Sum of RGB (Red+Green+Blue) = 122+188+206=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #7ABCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCCE is #854331. Grayscale: #AAAAAA. Windows color (decimal): -8733490 or 13548666. OLE color: 13548666.

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

Color convert

RGB 122 188 206 -
CMYK 0.41 0.09 0 0.19
HSL 192.86º 0.46% 0.64% -
HSV(B) 192.86º 0.41% 0.81% -
XYZ 37.15 44.56 65.04 -
YUV 170.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 122 188 206 0.41 0.09 0 0.19 192.86 0.46 0.64
Hex 7A BC CE 29 9 0 13 C1 2E 40
Octal 172 274 316 51 11 0 23 301 56 100
Binary 1111010 10111100 11001110 101001 1001 0 10011 11000001 101110 1000000

Color Harmonies of #7ABCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCCE

Black with #7ABCCE

Text Example


Text Example

White with #7ABCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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