Html Css Color HEX #7BBFCC Seagull

📋 copy color: '#7BBFCC'

red 123 ◦ green 191 ◦ blue 204

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

Shades of Seagull #7BBFCC

Tints of Seagull #7BBFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 23.75%
G = 36.87%
B = 39.38%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BBFCC (or 0x7BBFCC) is known color: Seagull. HEX triplet: 7B, BF and CC. RGB value is (123,191,204). Sum of RGB (Red+Green+Blue) = 123+191+204=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BBFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFCC is #844033. Grayscale: #ACACAC. Windows color (decimal): -8667188 or 13418363. OLE color: 13418363.

HSL color Cylindrical-coordinate representation of color #7BBFCC: hue angle of 189.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BBFCC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 191 204 -
CMYK 0.40 0.06 0 0.2
HSL 189.63º 0.44% 0.64% -
HSV(B) 189.63º 0.4% 0.8% -
XYZ 37.7 45.83 63.99 -
YUV 172.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 123 191 204 0.40 0.06 0 0.2 189.63 0.44 0.64
Hex 7B BF CC 28 6 0 14 BE 2C 40
Octal 173 277 314 50 6 0 24 276 54 100
Binary 1111011 10111111 11001100 101000 110 0 10100 10111110 101100 1000000

Color Harmonies of #7BBFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBFCC

Black with #7BBFCC

Text Example


Text Example

White with #7BBFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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