Html Css Color HEX #7BBADA Seagull

📋 copy color: '#7BBADA'

red 123 ◦ green 186 ◦ blue 218

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

Shades of Seagull #7BBADA

Tints of Seagull #7BBADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

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

R = 23.34%
G = 35.29%
B = 41.37%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7BBADA (or 0x7BBADA) is known color: Seagull. HEX triplet: 7B, BA and DA. RGB value is (123,186,218). Sum of RGB (Red+Green+Blue) = 123+186+218=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BBADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBADA is #844525. Grayscale: #AAAAAA. Windows color (decimal): -8668454 or 14334587. OLE color: 14334587.

HSL color Cylindrical-coordinate representation of color #7BBADA: hue angle of 200.21º 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 #7BBADA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 186 218 -
CMYK 0.44 0.15 0 0.15
HSL 200.21º 0.56% 0.67% -
HSV(B) 200.21º 0.44% 0.85% -
XYZ 38.38 44.39 72.87 -
YUV 170.81 154.63 93.9 -
System Red Green Blue C M Y K H S L
Decimal 123 186 218 0.44 0.15 0 0.15 200.21 0.56 0.67
Hex 7B BA DA 2C F 0 F C8 38 43
Octal 173 272 332 54 17 0 17 310 70 103
Binary 1111011 10111010 11011010 101100 1111 0 1111 11001000 111000 1000011

Color Harmonies of #7BBADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBADA

Black with #7BBADA

Text Example


Text Example

White with #7BBADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,218); }

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

background-color css

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

 a { background-color: rgb(123,186,218); }

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

border-color css

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

 span { border-color: rgb(123,186,218); }

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