Html Css Color HEX #7ABBD6 Seagull

📋 copy color: '#7ABBD6'

red 122 ◦ green 187 ◦ blue 214

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

Shades of Seagull #7ABBD6

Tints of Seagull #7ABBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 23.33%
G = 35.76%
B = 40.92%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7ABBD6 (or 0x7ABBD6) is known color: Seagull. HEX triplet: 7A, BB and D6. RGB value is (122,187,214). Sum of RGB (Red+Green+Blue) = 122+187+214=523 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.33% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #7ABBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBD6 is #854429. Grayscale: #AAAAAA. Windows color (decimal): -8733738 or 14072698. OLE color: 14072698.

HSL color Cylindrical-coordinate representation of color #7ABBD6: hue angle of 197.61º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ABBD6 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 187 214 -
CMYK 0.43 0.13 0 0.16
HSL 197.61º 0.53% 0.66% -
HSV(B) 197.61º 0.43% 0.84% -
XYZ 37.93 44.53 70.21 -
YUV 170.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 122 187 214 0.43 0.13 0 0.16 197.61 0.53 0.66
Hex 7A BB D6 2B D 0 10 C6 35 42
Octal 172 273 326 53 15 0 20 306 65 102
Binary 1111010 10111011 11010110 101011 1101 0 10000 11000110 110101 1000010

Color Harmonies of #7ABBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBD6

Black with #7ABBD6

Text Example


Text Example

White with #7ABBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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