Html Css Color HEX #7BBDDE Seagull

📋 copy color: '#7BBDDE'

red 123 ◦ green 189 ◦ blue 222

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

Shades of Seagull #7BBDDE

Tints of Seagull #7BBDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 23.03%
G = 35.39%
B = 41.57%

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

#7BBDDE (or 0x7BBDDE) is known color: Seagull. HEX triplet: 7B, BD and DE. RGB value is (123,189,222). Sum of RGB (Red+Green+Blue) = 123+189+222=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BBDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDDE is #844221. Grayscale: #ACACAC. Windows color (decimal): -8667682 or 14597499. OLE color: 14597499.

HSL color Cylindrical-coordinate representation of color #7BBDDE: hue angle of 200º degrees, saturation: 0.6, 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 #7BBDDE is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 189 222 -
CMYK 0.45 0.15 0 0.13
HSL 200º 0.6% 0.68% -
HSV(B) 200º 0.45% 0.87% -
XYZ 39.55 45.88 75.88 -
YUV 173.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 123 189 222 0.45 0.15 0 0.13 200 0.6 0.68
Hex 7B BD DE 2D F 0 D C8 3C 44
Octal 173 275 336 55 17 0 15 310 74 104
Binary 1111011 10111101 11011110 101101 1111 0 1101 11001000 111100 1000100

Color Harmonies of #7BBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBDDE

Black with #7BBDDE

Text Example


Text Example

White with #7BBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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