Html Css Color HEX #7ABDDA Seagull

📋 copy color: '#7ABDDA'

red 122 ◦ green 189 ◦ blue 218

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

Shades of Seagull #7ABDDA

Tints of Seagull #7ABDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.73%

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 23.06%
G = 35.73%
B = 41.21%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7ABDDA (or 0x7ABDDA) is known color: Seagull. HEX triplet: 7A, BD and DA. RGB value is (122,189,218). Sum of RGB (Red+Green+Blue) = 122+189+218=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ABDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDDA is #854225. Grayscale: #ACACAC. Windows color (decimal): -8733222 or 14335354. OLE color: 14335354.

HSL color Cylindrical-coordinate representation of color #7ABDDA: hue angle of 198.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABDDA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 189 218 -
CMYK 0.44 0.13 0 0.15
HSL 198.13º 0.56% 0.67% -
HSV(B) 198.13º 0.44% 0.85% -
XYZ 38.88 45.59 73.08 -
YUV 172.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 122 189 218 0.44 0.13 0 0.15 198.13 0.56 0.67
Hex 7A BD DA 2C D 0 F C6 38 43
Octal 172 275 332 54 15 0 17 306 70 103
Binary 1111010 10111101 11011010 101100 1101 0 1111 11000110 111000 1000011

Color Harmonies of #7ABDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABDDA

Black with #7ABDDA

Text Example


Text Example

White with #7ABDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,189,218); }

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

background-color css

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

 a { background-color: rgb(122,189,218); }

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

border-color css

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

 span { border-color: rgb(122,189,218); }

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