Html Css Color HEX #7BBDDB Seagull

📋 copy color: '#7BBDDB'

red 123 ◦ green 189 ◦ blue 219

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

Shades of Seagull #7BBDDB

Tints of Seagull #7BBDDB

RGB

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

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

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

R = 23.16%
G = 35.59%
B = 41.24%

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

#7BBDDB (or 0x7BBDDB) is known color: Seagull. HEX triplet: 7B, BD and DB. RGB value is (123,189,219). Sum of RGB (Red+Green+Blue) = 123+189+219=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #7BBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDDB is #844224. Grayscale: #ACACAC. Windows color (decimal): -8667685 or 14400891. OLE color: 14400891.

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

Color convert

RGB 123 189 219 -
CMYK 0.44 0.14 0 0.14
HSL 198.75º 0.57% 0.67% -
HSV(B) 198.75º 0.44% 0.86% -
XYZ 39.15 45.72 73.78 -
YUV 172.69 154.13 92.56 -
System Red Green Blue C M Y K H S L
Decimal 123 189 219 0.44 0.14 0 0.14 198.75 0.57 0.67
Hex 7B BD DB 2C E 0 E C7 39 43
Octal 173 275 333 54 16 0 16 307 71 103
Binary 1111011 10111101 11011011 101100 1110 0 1110 11000111 111001 1000011

Color Harmonies of #7BBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBDDB

Black with #7BBDDB

Text Example


Text Example

White with #7BBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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