Html Css Color HEX #7ABBCC Seagull

📋 copy color: '#7ABBCC'

red 122 ◦ green 187 ◦ blue 204

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

Shades of Seagull #7ABBCC

Tints of Seagull #7ABBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 23.78%
G = 36.45%
B = 39.77%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7ABBCC (or 0x7ABBCC) is known color: Seagull. HEX triplet: 7A, BB and CC. RGB value is (122,187,204). Sum of RGB (Red+Green+Blue) = 122+187+204=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ABBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBCC is #854433. Grayscale: #A9A9A9. Windows color (decimal): -8733748 or 13417338. OLE color: 13417338.

HSL color Cylindrical-coordinate representation of color #7ABBCC: hue angle of 192.44º 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 #7ABBCC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 187 204 -
CMYK 0.40 0.08 0 0.2
HSL 192.44º 0.45% 0.64% -
HSV(B) 192.44º 0.4% 0.8% -
XYZ 36.7 44.04 63.69 -
YUV 169.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 122 187 204 0.40 0.08 0 0.2 192.44 0.45 0.64
Hex 7A BB CC 28 8 0 14 C0 2D 40
Octal 172 273 314 50 10 0 24 300 55 100
Binary 1111010 10111011 11001100 101000 1000 0 10100 11000000 101101 1000000

Color Harmonies of #7ABBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBCC

Black with #7ABBCC

Text Example


Text Example

White with #7ABBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,187,204); }

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

background-color css

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

 a { background-color: rgb(122,187,204); }

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

border-color css

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

 span { border-color: rgb(122,187,204); }

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