Html Css Color HEX #7BBDDF Seagull

📋 copy color: '#7BBDDF'

red 123 ◦ green 189 ◦ blue 223

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

Shades of Seagull #7BBDDF

Tints of Seagull #7BBDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 22.99%
G = 35.33%
B = 41.68%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BBDDF (or 0x7BBDDF) is known color: Seagull. HEX triplet: 7B, BD and DF. RGB value is (123,189,223). Sum of RGB (Red+Green+Blue) = 123+189+223=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDDF is #844220. Grayscale: #ACACAC. Windows color (decimal): -8667681 or 14663035. OLE color: 14663035.

HSL color Cylindrical-coordinate representation of color #7BBDDF: hue angle of 200.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BBDDF is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 189 223 -
CMYK 0.45 0.15 0 0.13
HSL 200.4º 0.61% 0.68% -
HSV(B) 200.4º 0.45% 0.87% -
XYZ 39.69 45.93 76.59 -
YUV 173.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 123 189 223 0.45 0.15 0 0.13 200.4 0.61 0.68
Hex 7B BD DF 2D F 0 D C8 3D 44
Octal 173 275 337 55 17 0 15 310 75 104
Binary 1111011 10111101 11011111 101101 1111 0 1101 11001000 111101 1000100

Color Harmonies of #7BBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBDDF

Black with #7BBDDF

Text Example


Text Example

White with #7BBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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