Html Css Color HEX #7BBDCE Seagull

📋 copy color: '#7BBDCE'

red 123 ◦ green 189 ◦ blue 206

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

Shades of Seagull #7BBDCE

Tints of Seagull #7BBDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 23.75%
G = 36.49%
B = 39.77%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BBDCE (or 0x7BBDCE) is known color: Seagull. HEX triplet: 7B, BD and CE. RGB value is (123,189,206). Sum of RGB (Red+Green+Blue) = 123+189+206=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDCE is #844231. Grayscale: #ABABAB. Windows color (decimal): -8667698 or 13548923. OLE color: 13548923.

HSL color Cylindrical-coordinate representation of color #7BBDCE: hue angle of 192.29º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBDCE is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 189 206 -
CMYK 0.40 0.08 0 0.19
HSL 192.29º 0.46% 0.65% -
HSV(B) 192.29º 0.4% 0.81% -
XYZ 37.51 45.06 65.11 -
YUV 171.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 123 189 206 0.40 0.08 0 0.19 192.29 0.46 0.65
Hex 7B BD CE 28 8 0 13 C0 2E 41
Octal 173 275 316 50 10 0 23 300 56 101
Binary 1111011 10111101 11001110 101000 1000 0 10011 11000000 101110 1000001

Color Harmonies of #7BBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBDCE

Black with #7BBDCE

Text Example


Text Example

White with #7BBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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