Html Css Color HEX #7BAED3 Seagull

📋 copy color: '#7BAED3'

red 123 ◦ green 174 ◦ blue 211

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

Shades of Seagull #7BAED3

Tints of Seagull #7BAED3

RGB

 RED value IS 123 (48.44% from 255) = 24.21%

 GREEN value IS 174 (68.36% from 255) = 34.25%

 BLUE value IS 211 (82.81% from 255) = 41.54%

R = 24.21%
G = 34.25%
B = 41.54%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7BAED3 (or 0x7BAED3) is known color: Seagull. HEX triplet: 7B, AE and D3. RGB value is (123,174,211). Sum of RGB (Red+Green+Blue) = 123+174+211=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #7BAED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAED3 is #84512C. Grayscale: #A2A2A2. Windows color (decimal): -8671533 or 13872763. OLE color: 13872763.

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

Color convert

RGB 123 174 211 -
CMYK 0.42 0.18 0 0.17
HSL 205.23º 0.5% 0.65% -
HSV(B) 205.23º 0.42% 0.83% -
XYZ 35.06 39.19 67.34 -
YUV 162.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 123 174 211 0.42 0.18 0 0.17 205.23 0.5 0.65
Hex 7B AE D3 2A 12 0 11 CD 32 41
Octal 173 256 323 52 22 0 21 315 62 101
Binary 1111011 10101110 11010011 101010 10010 0 10001 11001101 110010 1000001

Color Harmonies of #7BAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAED3

Black with #7BAED3

Text Example


Text Example

White with #7BAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,174,211); }

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

background-color css

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

 a { background-color: rgb(123,174,211); }

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

border-color css

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

 span { border-color: rgb(123,174,211); }

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