Html Css Color HEX #7ABCDB Seagull

📋 copy color: '#7ABCDB'

red 122 ◦ green 188 ◦ blue 219

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

Shades of Seagull #7ABCDB

Tints of Seagull #7ABCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 23.06%
G = 35.54%
B = 41.4%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7ABCDB (or 0x7ABCDB) is known color: Seagull. HEX triplet: 7A, BC and DB. RGB value is (122,188,219). Sum of RGB (Red+Green+Blue) = 122+188+219=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ABCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCDB is #854324. Grayscale: #ABABAB. Windows color (decimal): -8733477 or 14400634. OLE color: 14400634.

HSL color Cylindrical-coordinate representation of color #7ABCDB: hue angle of 199.18º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABCDB is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 188 219 -
CMYK 0.44 0.14 0 0.14
HSL 199.18º 0.57% 0.67% -
HSV(B) 199.18º 0.44% 0.86% -
XYZ 38.8 45.22 73.7 -
YUV 171.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 122 188 219 0.44 0.14 0 0.14 199.18 0.57 0.67
Hex 7A BC DB 2C E 0 E C7 39 43
Octal 172 274 333 54 16 0 16 307 71 103
Binary 1111010 10111100 11011011 101100 1110 0 1110 11000111 111001 1000011

Color Harmonies of #7ABCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCDB

Black with #7ABCDB

Text Example


Text Example

White with #7ABCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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