Html Css Color HEX #7BBADB Seagull

📋 copy color: '#7BBADB'

red 123 ◦ green 186 ◦ blue 219

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

Shades of Seagull #7BBADB

Tints of Seagull #7BBADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 23.3%
G = 35.23%
B = 41.48%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BBADB (or 0x7BBADB) is known color: Seagull. HEX triplet: 7B, BA and DB. RGB value is (123,186,219). Sum of RGB (Red+Green+Blue) = 123+186+219=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBADB is #844524. Grayscale: #AAAAAA. Windows color (decimal): -8668453 or 14400123. OLE color: 14400123.

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

Color convert

RGB 123 186 219 -
CMYK 0.44 0.15 0 0.14
HSL 200.63º 0.57% 0.67% -
HSV(B) 200.63º 0.44% 0.86% -
XYZ 38.51 44.44 73.57 -
YUV 170.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 123 186 219 0.44 0.15 0 0.14 200.63 0.57 0.67
Hex 7B BA DB 2C F 0 E C9 39 43
Octal 173 272 333 54 17 0 16 311 71 103
Binary 1111011 10111010 11011011 101100 1111 0 1110 11001001 111001 1000011

Color Harmonies of #7BBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBADB

Black with #7BBADB

Text Example


Text Example

White with #7BBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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