Html Css Color HEX #7ABBD2 Seagull

📋 copy color: '#7ABBD2'

red 122 ◦ green 187 ◦ blue 210

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

Shades of Seagull #7ABBD2

Tints of Seagull #7ABBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.46%

R = 23.51%
G = 36.03%
B = 40.46%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7ABBD2 (or 0x7ABBD2) is known color: Seagull. HEX triplet: 7A, BB and D2. RGB value is (122,187,210). Sum of RGB (Red+Green+Blue) = 122+187+210=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #7ABBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBD2 is #85442D. Grayscale: #AAAAAA. Windows color (decimal): -8733742 or 13810554. OLE color: 13810554.

HSL color Cylindrical-coordinate representation of color #7ABBD2: hue angle of 195.68º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ABBD2 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 187 210 -
CMYK 0.42 0.11 0 0.18
HSL 195.68º 0.49% 0.65% -
HSV(B) 195.68º 0.42% 0.82% -
XYZ 37.43 44.33 67.56 -
YUV 170.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 122 187 210 0.42 0.11 0 0.18 195.68 0.49 0.65
Hex 7A BB D2 2A B 0 12 C4 31 41
Octal 172 273 322 52 13 0 22 304 61 101
Binary 1111010 10111011 11010010 101010 1011 0 10010 11000100 110001 1000001

Color Harmonies of #7ABBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBD2

Black with #7ABBD2

Text Example


Text Example

White with #7ABBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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