Html Css Color HEX #7BBDDC Seagull

📋 copy color: '#7BBDDC'

red 123 ◦ green 189 ◦ blue 220

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

Shades of Seagull #7BBDDC

Tints of Seagull #7BBDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 23.12%
G = 35.53%
B = 41.35%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7BBDDC (or 0x7BBDDC) is known color: Seagull. HEX triplet: 7B, BD and DC. RGB value is (123,189,220). Sum of RGB (Red+Green+Blue) = 123+189+220=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BBDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDDC is #844223. Grayscale: #ACACAC. Windows color (decimal): -8667684 or 14466427. OLE color: 14466427.

HSL color Cylindrical-coordinate representation of color #7BBDDC: hue angle of 199.18º degrees, saturation: 0.58, 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 #7BBDDC is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 189 220 -
CMYK 0.44 0.14 0 0.14
HSL 199.18º 0.58% 0.67% -
HSV(B) 199.18º 0.44% 0.86% -
XYZ 39.28 45.77 74.47 -
YUV 172.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 123 189 220 0.44 0.14 0 0.14 199.18 0.58 0.67
Hex 7B BD DC 2C E 0 E C7 3A 43
Octal 173 275 334 54 16 0 16 307 72 103
Binary 1111011 10111101 11011100 101100 1110 0 1110 11000111 111010 1000011

Color Harmonies of #7BBDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBDDC

Black with #7BBDDC

Text Example


Text Example

White with #7BBDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,189,220); }

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

background-color css

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

 a { background-color: rgb(123,189,220); }

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

border-color css

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

 span { border-color: rgb(123,189,220); }

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