Html Css Color HEX #7BBFCE Seagull

📋 copy color: '#7BBFCE'

red 123 ◦ green 191 ◦ blue 206

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

Shades of Seagull #7BBFCE

Tints of Seagull #7BBFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 36.73%

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

R = 23.65%
G = 36.73%
B = 39.62%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BBFCE (or 0x7BBFCE) is known color: Seagull. HEX triplet: 7B, BF and CE. RGB value is (123,191,206). Sum of RGB (Red+Green+Blue) = 123+191+206=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BBFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFCE is #844031. Grayscale: #ACACAC. Windows color (decimal): -8667186 or 13549435. OLE color: 13549435.

HSL color Cylindrical-coordinate representation of color #7BBFCE: hue angle of 190.84º 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 #7BBFCE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 191 206 -
CMYK 0.40 0.07 0 0.19
HSL 190.84º 0.46% 0.65% -
HSV(B) 190.84º 0.4% 0.81% -
XYZ 37.94 45.93 65.26 -
YUV 172.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 123 191 206 0.40 0.07 0 0.19 190.84 0.46 0.65
Hex 7B BF CE 28 7 0 13 BF 2E 41
Octal 173 277 316 50 7 0 23 277 56 101
Binary 1111011 10111111 11001110 101000 111 0 10011 10111111 101110 1000001

Color Harmonies of #7BBFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBFCE

Black with #7BBFCE

Text Example


Text Example

White with #7BBFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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