Html Css Color HEX #7CBACB Seagull

📋 copy color: '#7CBACB'

red 124 ◦ green 186 ◦ blue 203

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

Shades of Seagull #7CBACB

Tints of Seagull #7CBACB

RGB

 RED value IS 124 (48.83% from 255) = 24.17%

 GREEN value IS 186 (73.05% from 255) = 36.26%

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 24.17%
G = 36.26%
B = 39.57%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7CBACB (or 0x7CBACB) is known color: Seagull. HEX triplet: 7C, BA and CB. RGB value is (124,186,203). Sum of RGB (Red+Green+Blue) = 124+186+203=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #7CBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBACB is #834534. Grayscale: #A9A9A9. Windows color (decimal): -8602933 or 13351548. OLE color: 13351548.

HSL color Cylindrical-coordinate representation of color #7CBACB: hue angle of 192.91º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CBACB is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 186 203 -
CMYK 0.39 0.08 0 0.20
HSL 192.91º 0.43% 0.64% -
HSV(B) 192.91º 0.39% 0.8% -
XYZ 36.65 43.71 63.01 -
YUV 169.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 124 186 203 0.39 0.08 0 0.20 192.91 0.43 0.64
Hex 7C BA CB 27 8 0 14 C1 2B 40
Octal 174 272 313 47 10 0 24 301 53 100
Binary 1111100 10111010 11001011 100111 1000 0 10100 11000001 101011 1000000

Color Harmonies of #7CBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBACB

Black with #7CBACB

Text Example


Text Example

White with #7CBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,203); }

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

background-color css

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

 a { background-color: rgb(124,186,203); }

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

border-color css

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

 span { border-color: rgb(124,186,203); }

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